#2D7332

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

Shades of Japanese Laurel #2D7332

Tints of Japanese Laurel #2D7332

Color information

#2D7332 (or 0x2D7332) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 73 and 32. RGB value is (45,115,50). Sum of RGB (Red+Green+Blue) = 45+115+50=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #2D7332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7332 is #D28CCD. Grayscale: #565656. Windows color (decimal): -13798606 or 3306285. OLE color: 3306285.

HSL color Cylindrical-coordinate representation of color #2D7332: hue angle of 124.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D7332 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB4511550-
CMYK0.6100.570.55
HSL124.29º43.75%31.37%-
HSV(B)124.29º60.87%45.1%-
XYZ7.7913.055.13-
YUV86.66107.3198.29-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.43%
GREEN value IS 115 (45.31% from 255) = 54.76%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=21.43%
G=54.76%
B=23.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45115500.6100.570.55124.2943.7531.37
Hex2D73323D039377c2c1f
Octal551636275071671745437
Binary10110111100111100101111010111001110111111110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,115,50); }

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

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

 a { background-color: rgb(45,115,50); }

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

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

 span { border-color: rgb(45,115,50); }

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