#2F7524

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

Shades of Japanese Laurel #2F7524

Tints of Japanese Laurel #2F7524

Color information

#2F7524 (or 0x2F7524) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 75 and 24. RGB value is (47,117,36). Sum of RGB (Red+Green+Blue) = 47+117+36=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #2F7524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7524 is #D08ADB. Grayscale: #575757. Windows color (decimal): -13667036 or 2389295. OLE color: 2389295.

HSL color Cylindrical-coordinate representation of color #2F7524: hue angle of 111.85º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F7524 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB4711736-
CMYK0.6000.690.54
HSL111.85º52.94%30%-
HSV(B)111.85º69.23%45.88%-
XYZ7.8513.453.85-
YUV86.8499.3199.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.5%
GREEN value IS 117 (46.09% from 255) = 58.5%
BLUE value IS 36 (14.45% from 255) = 18%
R=23.5%
G=58.5%
B=18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47117360.6000.690.54111.8552.9430
Hex2F75243C0453670351e
Octal5716544740105661606536
Binary101111111010110010011110001000101110110111000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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