Shades of English Holly #2D4639
Tints of English Holly #2D4639
RGB
CMYK
RGB Variations
Color information
#2D4639 (or 0x2D4639) is known color: English Holly. HEX triplet: 2D, 46 and 39. RGB value is (45,70,57). Sum of RGB (Red+Green+Blue) = 45+70+57=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 70 - color contains mainly: green. Hex color #2D4639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4639 is #D2B9C6. Grayscale: #3D3D3D. Windows color (decimal): -13810119 or 3753517. OLE color: 3753517.
HSL color Cylindrical-coordinate representation of color #2D4639: hue angle of 148.8º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2D4639 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 70 | 57 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.73 |
| HSL | 148.8º | 0.22% | 0.23% | - |
| HSV(B) | 148.8º | 0.36% | 0.27% | - |
| XYZ | 4.01 | 5.23 | 4.67 | - |
| YUV | 61.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 57 | 0.36 | 0 | 0.19 | 0.73 | 148.8 | 0.22 | 0.23 |
| Hex | 2D | 46 | 39 | 24 | 0 | 13 | 49 | 95 | 16 | 17 |
| Octal | 55 | 106 | 71 | 44 | 0 | 23 | 111 | 225 | 26 | 27 |
| Binary | 101101 | 1000110 | 111001 | 100100 | 0 | 10011 | 1001001 | 10010101 | 10110 | 10111 |
Color Harmonies of #2D4639
Complementary color
Monochromatic Colors of #2D4639
Black with #2D4639
Text Example
Text Example
White with #2D4639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4639; }
p { color: rgb(45,70,57); }
H1.HeaderClassName
{
color: #2D4639;
}
.AnyTagClassName
{
color: #2D4639;
}
</style>
background-color css
<style>
a { background-color: #2D4639; }
a { background-color: rgb(45,70,57); }
div.DivClassName
{
background-color: #2D4639;
}
.BgClassName
{
background-color: #2D4639;
}
</style>
border-color css
<style>
span { border-color: #2D4639; }
span { border-color: rgb(45,70,57); }
td.TdClassName
{
border-color: #2D4639;
}
.TagClassName
{
border-color: #2D4639;
}
</style>