#2D8736

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

Shades of Japanese Laurel #2D8736

Tints of Japanese Laurel #2D8736

Color information

#2D8736 (or 0x2D8736) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 87 and 36. RGB value is (45,135,54). Sum of RGB (Red+Green+Blue) = 45+135+54=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #2D8736 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8736 is #D278C9. Grayscale: #636363. Windows color (decimal): -13793482 or 3573549. OLE color: 3573549.

HSL color Cylindrical-coordinate representation of color #2D8736: hue angle of 126º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8736 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB4513554-
CMYK0.6700.600.47
HSL126º50%35.29%-
HSV(B)126º66.67%52.94%-
XYZ10.4118.156.44-
YUV98.86102.6889.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.23%
GREEN value IS 135 (53.12% from 255) = 57.69%
BLUE value IS 54 (21.48% from 255) = 23.08%
R=19.23%
G=57.69%
B=23.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45135540.6700.600.471265035.29
Hex2D87364303C2F7e3223
Octal5520766103074571766243
Binary10110110000111110110100001101111001011111111110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,135,54); }

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

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

 a { background-color: rgb(45,135,54); }

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

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

 span { border-color: rgb(45,135,54); }

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