Shades of English Holly #2D4437
Tints of English Holly #2D4437
RGB
CMYK
RGB Variations
Color information
#2D4437 (or 0x2D4437) is known color: English Holly. HEX triplet: 2D, 44 and 37. RGB value is (45,68,55). Sum of RGB (Red+Green+Blue) = 45+68+55=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 68 - color contains mainly: green. Hex color #2D4437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4437 is #D2BBC8. Grayscale: #3B3B3B. Windows color (decimal): -13810633 or 3621933. OLE color: 3621933.
HSL color Cylindrical-coordinate representation of color #2D4437: hue angle of 146.09º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2D4437 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 68 | 55 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.73 |
| HSL | 146.09º | 0.2% | 0.22% | - |
| HSV(B) | 146.09º | 0.34% | 0.27% | - |
| XYZ | 3.84 | 4.97 | 4.37 | - |
| YUV | 59.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 68 | 55 | 0.34 | 0 | 0.19 | 0.73 | 146.09 | 0.2 | 0.22 |
| Hex | 2D | 44 | 37 | 22 | 0 | 13 | 49 | 92 | 14 | 16 |
| Octal | 55 | 104 | 67 | 42 | 0 | 23 | 111 | 222 | 24 | 26 |
| Binary | 101101 | 1000100 | 110111 | 100010 | 0 | 10011 | 1001001 | 10010010 | 10100 | 10110 |
Color Harmonies of #2D4437
Complementary color
Monochromatic Colors of #2D4437
Black with #2D4437
Text Example
Text Example
White with #2D4437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4437; }
p { color: rgb(45,68,55); }
H1.HeaderClassName
{
color: #2D4437;
}
.AnyTagClassName
{
color: #2D4437;
}
</style>
background-color css
<style>
a { background-color: #2D4437; }
a { background-color: rgb(45,68,55); }
div.DivClassName
{
background-color: #2D4437;
}
.BgClassName
{
background-color: #2D4437;
}
</style>
border-color css
<style>
span { border-color: #2D4437; }
span { border-color: rgb(45,68,55); }
td.TdClassName
{
border-color: #2D4437;
}
.TagClassName
{
border-color: #2D4437;
}
</style>