#2B812A

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

Shades of Japanese Laurel #2B812A

Tints of Japanese Laurel #2B812A

Color information

#2B812A (or 0x2B812A) is unknown color: approx Japanese Laurel. HEX triplet: 2B, 81 and 2A. RGB value is (43,129,42). Sum of RGB (Red+Green+Blue) = 43+129+42=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #2B812A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B812A is #D47ED5. Grayscale: #5D5D5D. Windows color (decimal): -13926102 or 2785579. OLE color: 2785579.

HSL color Cylindrical-coordinate representation of color #2B812A: hue angle of 119.31º degrees, saturation: 0.51, 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 #2B812A is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB4312942-
CMYK0.6700.670.49
HSL119.31º50.88%33.53%-
HSV(B)119.31º67.44%50.59%-
XYZ9.2616.384.86-
YUV93.3799.0192.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.09%
GREEN value IS 129 (50.78% from 255) = 60.28%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=20.09%
G=60.28%
B=19.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43129420.6700.670.49119.3150.8833.53
Hex2B812A4304331773322
Octal53201521030103611676342
Binary101011100000011010101000011010000111100011110111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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