#2C4736

Color #2C4736 English Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of English Holly #2C4736

Tints of English Holly #2C4736

Color information

#2C4736 (or 0x2C4736) is unknown color: approx English Holly. HEX triplet: 2C, 47 and 36. RGB value is (44,71,54). Sum of RGB (Red+Green+Blue) = 44+71+54=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4736 is #D3B8C9. Grayscale: #3D3D3D. Windows color (decimal): -13875402 or 3557164. OLE color: 3557164.

HSL color Cylindrical-coordinate representation of color #2C4736: hue angle of 142.22º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2C4736 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB447154-
CMYK0.3800.240.72
HSL142.22º23.48%22.55%-
HSV(B)142.22º38.03%27.84%-
XYZ3.965.314.31-
YUV60.99124.05115.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.04%
GREEN value IS 71 (28.12% from 255) = 42.01%
BLUE value IS 54 (21.48% from 255) = 31.95%
R=26.04%
G=42.01%
B=31.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4471540.3800.240.72142.2223.4822.55
Hex2C473626018488e1717
Octal5410766460301102162727
Binary10110010001111101101001100110001001000100011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,71,54); }

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

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

 a { background-color: rgb(44,71,54); }

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

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

 span { border-color: rgb(44,71,54); }

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