#2F6D24

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

Shades of Japanese Laurel #2F6D24

Tints of Japanese Laurel #2F6D24

Color information

#2F6D24 (or 0x2F6D24) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 6D and 24. RGB value is (47,109,36). Sum of RGB (Red+Green+Blue) = 47+109+36=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 109 (42.97% from 255 or 56.77% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 109 - color contains mainly: green. Hex color #2F6D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6D24 is #D092DB. Grayscale: #525252. Windows color (decimal): -13669084 or 2387247. OLE color: 2387247.

HSL color Cylindrical-coordinate representation of color #2F6D24: hue angle of 110.96º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F6D24 is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.

Color convert

RGB4710936-
CMYK0.5700.670.57
HSL110.96º50.34%28.43%-
HSV(B)110.96º66.97%42.75%-
XYZ6.9611.673.55-
YUV82.14101.96102.94-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.48%
GREEN value IS 109 (42.97% from 255) = 56.77%
BLUE value IS 36 (14.45% from 255) = 18.75%
R=24.48%
G=56.77%
B=18.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal47109360.5700.670.57110.9650.3428.43
Hex2F6D2439043396f321c
Octal5715544710103711576234
Binary101111110110110010011100101000011111001110111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,109,36); }

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

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

 a { background-color: rgb(47,109,36); }

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

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

 span { border-color: rgb(47,109,36); }

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