Shades of English Holly #2C4536
Tints of English Holly #2C4536
RGB
CMYK
RGB Variations
Color information
#2C4536 (or 0x2C4536) is known color: English Holly. HEX triplet: 2C, 45 and 36. RGB value is (44,69,54). Sum of RGB (Red+Green+Blue) = 44+69+54=167 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.35% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #2C4536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4536 is #D3BAC9. Grayscale: #3B3B3B. Windows color (decimal): -13875914 or 3556652. OLE color: 3556652.
HSL color Cylindrical-coordinate representation of color #2C4536: hue angle of 144º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2C4536 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 69 | 54 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.73 |
| HSL | 144º | 0.22% | 0.22% | - |
| HSV(B) | 144º | 0.36% | 0.27% | - |
| XYZ | 3.83 | 5.06 | 4.26 | - |
| YUV | 59.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 69 | 54 | 0.36 | 0 | 0.22 | 0.73 | 144 | 0.22 | 0.22 |
| Hex | 2C | 45 | 36 | 24 | 0 | 16 | 49 | 90 | 16 | 16 |
| Octal | 54 | 105 | 66 | 44 | 0 | 26 | 111 | 220 | 26 | 26 |
| Binary | 101100 | 1000101 | 110110 | 100100 | 0 | 10110 | 1001001 | 10010000 | 10110 | 10110 |
Color Harmonies of #2C4536
Complementary color
Monochromatic Colors of #2C4536
Black with #2C4536
Text Example
Text Example
White with #2C4536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4536; }
p { color: rgb(44,69,54); }
H1.HeaderClassName
{
color: #2C4536;
}
.AnyTagClassName
{
color: #2C4536;
}
</style>
background-color css
<style>
a { background-color: #2C4536; }
a { background-color: rgb(44,69,54); }
div.DivClassName
{
background-color: #2C4536;
}
.BgClassName
{
background-color: #2C4536;
}
</style>
border-color css
<style>
span { border-color: #2C4536; }
span { border-color: rgb(44,69,54); }
td.TdClassName
{
border-color: #2C4536;
}
.TagClassName
{
border-color: #2C4536;
}
</style>