Shades of English Holly #2C4737
Tints of English Holly #2C4737
RGB
CMYK
RGB Variations
Color information
#2C4737 (or 0x2C4737) is known color: English Holly. HEX triplet: 2C, 47 and 37. RGB value is (44,71,55). Sum of RGB (Red+Green+Blue) = 44+71+55=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4737 is #D3B8C8. Grayscale: #3D3D3D. Windows color (decimal): -13875401 or 3622700. OLE color: 3622700.
HSL color Cylindrical-coordinate representation of color #2C4737: hue angle of 144.44º 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 #2C4737 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 71 | 55 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.72 |
| HSL | 144.44º | 0.23% | 0.23% | - |
| HSV(B) | 144.44º | 0.38% | 0.28% | - |
| XYZ | 3.98 | 5.32 | 4.43 | - |
| YUV | 61.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 71 | 55 | 0.38 | 0 | 0.23 | 0.72 | 144.44 | 0.23 | 0.23 |
| Hex | 2C | 47 | 37 | 26 | 0 | 17 | 48 | 90 | 17 | 17 |
| Octal | 54 | 107 | 67 | 46 | 0 | 27 | 110 | 220 | 27 | 27 |
| Binary | 101100 | 1000111 | 110111 | 100110 | 0 | 10111 | 1001000 | 10010000 | 10111 | 10111 |
Color Harmonies of #2C4737
Complementary color
Monochromatic Colors of #2C4737
Black with #2C4737
Text Example
Text Example
White with #2C4737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4737; }
p { color: rgb(44,71,55); }
H1.HeaderClassName
{
color: #2C4737;
}
.AnyTagClassName
{
color: #2C4737;
}
</style>
background-color css
<style>
a { background-color: #2C4737; }
a { background-color: rgb(44,71,55); }
div.DivClassName
{
background-color: #2C4737;
}
.BgClassName
{
background-color: #2C4737;
}
</style>
border-color css
<style>
span { border-color: #2C4737; }
span { border-color: rgb(44,71,55); }
td.TdClassName
{
border-color: #2C4737;
}
.TagClassName
{
border-color: #2C4737;
}
</style>