#2D7327

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

Shades of Japanese Laurel #2D7327

Tints of Japanese Laurel #2D7327

Color information

#2D7327 (or 0x2D7327) is unknown color: approx Japanese Laurel. HEX triplet: 2D, 73 and 27. RGB value is (45,115,39). Sum of RGB (Red+Green+Blue) = 45+115+39=199 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.61% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #2D7327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7327 is #D28CD8. Grayscale: #555555. Windows color (decimal): -13798617 or 2585389. OLE color: 2585389.

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

Color convert

RGB4511539-
CMYK0.6100.660.55
HSL115.26º49.35%30.2%-
HSV(B)115.26º66.09%45.1%-
XYZ7.5812.974.02-
YUV85.41101.8199.18-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.61%
GREEN value IS 115 (45.31% from 255) = 57.79%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=22.61%
G=57.79%
B=19.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45115390.6100.660.55115.2649.3530.2
Hex2D73273D0423773311e
Octal5516347750102671636136
Binary101101111001110011111110101000010110111111001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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