#2C7320

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

Shades of Japanese Laurel #2C7320

Tints of Japanese Laurel #2C7320

Color information

#2C7320 (or 0x2C7320) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 73 and 20. RGB value is (44,115,32). Sum of RGB (Red+Green+Blue) = 44+115+32=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 115 (45.31% from 255 or 60.21% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 115 - color contains mainly: green. Hex color #2C7320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7320 is #D38CDF. Grayscale: #545454. Windows color (decimal): -13864160 or 2126636. OLE color: 2126636.

HSL color Cylindrical-coordinate representation of color #2C7320: hue angle of 111.33º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C7320 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB4411532-
CMYK0.6200.720.55
HSL111.33º56.46%28.82%-
HSV(B)111.33º72.17%45.1%-
XYZ7.4312.93.47-
YUV84.3198.4899.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.04%
GREEN value IS 115 (45.31% from 255) = 60.21%
BLUE value IS 32 (12.89% from 255) = 16.75%
R=23.04%
G=60.21%
B=16.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44115320.6200.720.55111.3356.4628.82
Hex2C73203E048376f381d
Octal5416340760110671577035
Binary101100111001110000011111001001000110111110111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,115,32); }

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

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

 a { background-color: rgb(44,115,32); }

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

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

 span { border-color: rgb(44,115,32); }

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