#2b813e

Color #2B813E Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #2B813E

Tints of Japanese Laurel #2B813E

Color information

#2B813E (or 0x2B813E) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 81 and 3E. RGB value is (43,129,62). Sum of RGB (Red+Green+Blue) = 43+129+62=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #2B813E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B813E is #D47EC1. Grayscale: #5F5F5F. Windows color (decimal): -13926082 or 4096299. OLE color: 4096299.

HSL color Cylindrical-coordinate representation of color #2B813E: hue angle of 133.26º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B813E is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB4312962-
CMYK0.6700.520.49
HSL133.26º50%33.73%-
HSV(B)133.26º66.67%50.59%-
XYZ9.7216.567.24-
YUV95.65109.0190.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 129 (50.78% from 255) = 55.13%
BLUE value IS 62 (24.61% from 255) = 26.50%
R=18.38%
G=55.13%
B=26.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43129620.6700.520.49133.265033.73
Hex2B813E4303431853222
Octal5320176103064612056242
Binary101011100000011111101000011011010011000110000101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b813e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2b813e; }

 p { color: rgb(43,129,62); }

 H1.HeaderClassName
 {
   color: #2b813e;
 }
 .AnyTagClassName
 {
   color: #2b813e;
 }
</style>
background-color css

<style>
 a { background-color: #2b813e; }

 a { background-color: rgb(43,129,62); }

 div.DivClassName
 {
   background-color: #2b813e;
 }
 .BgClassName
 {
   background-color: #2b813e;
 }
</style>
border-color css

<style>
 span { border-color: #2b813e; }

 span { border-color: rgb(43,129,62); }

 td.TdClassName
 {
   border-color: #2b813e;
 }
 .TagClassName
 {
   border-color: #2b813e;
 }
</style>