#2D7331

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

Shades of Japanese Laurel #2D7331

Tints of Japanese Laurel #2D7331

Color information

#2D7331 (or 0x2D7331) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 73 and 31. RGB value is (45,115,49). Sum of RGB (Red+Green+Blue) = 45+115+49=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #2D7331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7331 is #D28CCE. Grayscale: #565656. Windows color (decimal): -13798607 or 3240749. OLE color: 3240749.

HSL color Cylindrical-coordinate representation of color #2D7331: hue angle of 123.43º 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 #2D7331 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB4511549-
CMYK0.6100.570.55
HSL123.43º43.75%31.37%-
HSV(B)123.43º60.87%45.1%-
XYZ7.7713.045.01-
YUV86.55106.8198.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.53%
GREEN value IS 115 (45.31% from 255) = 55.02%
BLUE value IS 49 (19.53% from 255) = 23.44%
R=21.53%
G=55.02%
B=23.44%

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
Decimal45115490.6100.570.55123.4343.7531.37
Hex2D73313D039377b2c1f
Octal551636175071671735437
Binary10110111100111100011111010111001110111111101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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