#2C7228

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

Shades of Japanese Laurel #2C7228

Tints of Japanese Laurel #2C7228

Color information

#2C7228 (or 0x2C7228) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 72 and 28. RGB value is (44,114,40). Sum of RGB (Red+Green+Blue) = 44+114+40=198 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.22% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #2C7228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7228 is #D38DD7. Grayscale: #545454. Windows color (decimal): -13864408 or 2650668. OLE color: 2650668.

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

Color convert

RGB4411440-
CMYK0.6100.650.55
HSL116.76º48.05%30.2%-
HSV(B)116.76º64.91%44.71%-
XYZ7.4412.724.07-
YUV84.63102.8199.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.22%
GREEN value IS 114 (44.92% from 255) = 57.58%
BLUE value IS 40 (16.02% from 255) = 20.20%
R=22.22%
G=57.58%
B=20.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44114400.6100.650.55116.7648.0530.2
Hex2C72283D0413775301e
Octal5416250750101671656036
Binary101100111001010100011110101000001110111111010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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