#2D7024

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

Shades of Japanese Laurel #2D7024

Tints of Japanese Laurel #2D7024

Color information

#2D7024 (or 0x2D7024) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 70 and 24. RGB value is (45,112,36). Sum of RGB (Red+Green+Blue) = 45+112+36=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7024 is #D28FDB. Grayscale: #535353. Windows color (decimal): -13799388 or 2388013. OLE color: 2388013.

HSL color Cylindrical-coordinate representation of color #2D7024: hue angle of 112.89º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D7024 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB4511236-
CMYK0.6000.680.56
HSL112.89º51.35%29.02%-
HSV(B)112.89º67.86%43.92%-
XYZ7.1912.273.66-
YUV83.3101.3100.68-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.32%
GREEN value IS 112 (44.14% from 255) = 58.03%
BLUE value IS 36 (14.45% from 255) = 18.65%
R=23.32%
G=58.03%
B=18.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45112360.6000.680.56112.8951.3529.02
Hex2D70243C0443871331d
Octal5516044740104701616335
Binary101101111000010010011110001000100111000111000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,112,36); }

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

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

 a { background-color: rgb(45,112,36); }

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

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

 span { border-color: rgb(45,112,36); }

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