#2C7224

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

Shades of Japanese Laurel #2C7224

Tints of Japanese Laurel #2C7224

Color information

#2C7224 (or 0x2C7224) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 72 and 24. RGB value is (44,114,36). Sum of RGB (Red+Green+Blue) = 44+114+36=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #2C7224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7224 is #D38DDB. Grayscale: #545454. Windows color (decimal): -13864412 or 2388524. OLE color: 2388524.

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

Color convert

RGB4411436-
CMYK0.6100.680.55
HSL113.85º52%29.41%-
HSV(B)113.85º68.42%44.71%-
XYZ7.3712.73.73-
YUV84.18100.8199.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.68%
GREEN value IS 114 (44.92% from 255) = 58.76%
BLUE value IS 36 (14.45% from 255) = 18.56%
R=22.68%
G=58.76%
B=18.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44114360.6100.680.55113.855229.41
Hex2C72243D0443772341d
Octal5416244750104671626435
Binary101100111001010010011110101000100110111111001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,114,36); }

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

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

 a { background-color: rgb(44,114,36); }

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

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

 span { border-color: rgb(44,114,36); }

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