Shades of English Holly #2D4737
Tints of English Holly #2D4737
RGB
CMYK
RGB Variations
Color information
#2D4737 (or 0x2D4737) is known color: English Holly. HEX triplet: 2D, 47 and 37. RGB value is (45,71,55). Sum of RGB (Red+Green+Blue) = 45+71+55=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4737 is #D2B8C8. Grayscale: #3D3D3D. Windows color (decimal): -13809865 or 3622701. OLE color: 3622701.
HSL color Cylindrical-coordinate representation of color #2D4737: hue angle of 143.08º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2D4737 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 71 | 55 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.72 |
| HSL | 143.08º | 0.22% | 0.23% | - |
| HSV(B) | 143.08º | 0.37% | 0.28% | - |
| XYZ | 4.03 | 5.34 | 4.43 | - |
| YUV | 61.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 55 | 0.37 | 0 | 0.23 | 0.72 | 143.08 | 0.22 | 0.23 |
| Hex | 2D | 47 | 37 | 25 | 0 | 17 | 48 | 8F | 16 | 17 |
| Octal | 55 | 107 | 67 | 45 | 0 | 27 | 110 | 217 | 26 | 27 |
| Binary | 101101 | 1000111 | 110111 | 100101 | 0 | 10111 | 1001000 | 10001111 | 10110 | 10111 |
Color Harmonies of #2D4737
Complementary color
Monochromatic Colors of #2D4737
Black with #2D4737
Text Example
Text Example
White with #2D4737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4737; }
p { color: rgb(45,71,55); }
H1.HeaderClassName
{
color: #2D4737;
}
.AnyTagClassName
{
color: #2D4737;
}
</style>
background-color css
<style>
a { background-color: #2D4737; }
a { background-color: rgb(45,71,55); }
div.DivClassName
{
background-color: #2D4737;
}
.BgClassName
{
background-color: #2D4737;
}
</style>
border-color css
<style>
span { border-color: #2D4737; }
span { border-color: rgb(45,71,55); }
td.TdClassName
{
border-color: #2D4737;
}
.TagClassName
{
border-color: #2D4737;
}
</style>