Shades of English Holly #2C4236
Tints of English Holly #2C4236
RGB
CMYK
RGB Variations
Color information
#2C4236 (or 0x2C4236) is known color: English Holly. HEX triplet: 2C, 42 and 36. RGB value is (44,66,54). Sum of RGB (Red+Green+Blue) = 44+66+54=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #2C4236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4236 is #D3BDC9. Grayscale: #3A3A3A. Windows color (decimal): -13876682 or 3555884. OLE color: 3555884.
HSL color Cylindrical-coordinate representation of color #2C4236: hue angle of 147.27º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2C4236 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 44 | 66 | 54 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.74 |
| HSL | 147.27º | 0.2% | 0.22% | - |
| HSV(B) | 147.27º | 0.33% | 0.26% | - |
| XYZ | 3.65 | 4.7 | 4.2 | - |
| YUV | 58.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 66 | 54 | 0.33 | 0 | 0.18 | 0.74 | 147.27 | 0.2 | 0.22 |
| Hex | 2C | 42 | 36 | 21 | 0 | 12 | 4A | 93 | 14 | 16 |
| Octal | 54 | 102 | 66 | 41 | 0 | 22 | 112 | 223 | 24 | 26 |
| Binary | 101100 | 1000010 | 110110 | 100001 | 0 | 10010 | 1001010 | 10010011 | 10100 | 10110 |
Color Harmonies of #2C4236
Complementary color
Monochromatic Colors of #2C4236
Black with #2C4236
Text Example
Text Example
White with #2C4236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4236; }
p { color: rgb(44,66,54); }
H1.HeaderClassName
{
color: #2C4236;
}
.AnyTagClassName
{
color: #2C4236;
}
</style>
background-color css
<style>
a { background-color: #2C4236; }
a { background-color: rgb(44,66,54); }
div.DivClassName
{
background-color: #2C4236;
}
.BgClassName
{
background-color: #2C4236;
}
</style>
border-color css
<style>
span { border-color: #2C4236; }
span { border-color: rgb(44,66,54); }
td.TdClassName
{
border-color: #2C4236;
}
.TagClassName
{
border-color: #2C4236;
}
</style>