Shades of English Holly #2F4739
Tints of English Holly #2F4739
RGB
CMYK
RGB Variations
Color information
#2F4739 (or 0x2F4739) is known color: English Holly. HEX triplet: 2F, 47 and 39. RGB value is (47,71,57). Sum of RGB (Red+Green+Blue) = 47+71+57=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4739 is #D0B8C6. Grayscale: #3E3E3E. Windows color (decimal): -13678791 or 3753775. OLE color: 3753775.
HSL color Cylindrical-coordinate representation of color #2F4739: hue angle of 145º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F4739 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 71 | 57 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.72 |
| HSL | 145º | 0.2% | 0.23% | - |
| HSV(B) | 145º | 0.34% | 0.28% | - |
| XYZ | 4.16 | 5.41 | 4.69 | - |
| YUV | 62.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 57 | 0.34 | 0 | 0.20 | 0.72 | 145 | 0.2 | 0.23 |
| Hex | 2F | 47 | 39 | 22 | 0 | 14 | 48 | 91 | 14 | 17 |
| Octal | 57 | 107 | 71 | 42 | 0 | 24 | 110 | 221 | 24 | 27 |
| Binary | 101111 | 1000111 | 111001 | 100010 | 0 | 10100 | 1001000 | 10010001 | 10100 | 10111 |
Color Harmonies of #2F4739
Complementary color
Monochromatic Colors of #2F4739
Black with #2F4739
Text Example
Text Example
White with #2F4739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4739; }
p { color: rgb(47,71,57); }
H1.HeaderClassName
{
color: #2F4739;
}
.AnyTagClassName
{
color: #2F4739;
}
</style>
background-color css
<style>
a { background-color: #2F4739; }
a { background-color: rgb(47,71,57); }
div.DivClassName
{
background-color: #2F4739;
}
.BgClassName
{
background-color: #2F4739;
}
</style>
border-color css
<style>
span { border-color: #2F4739; }
span { border-color: rgb(47,71,57); }
td.TdClassName
{
border-color: #2F4739;
}
.TagClassName
{
border-color: #2F4739;
}
</style>