Shades of English Holly #2F4137
Tints of English Holly #2F4137
RGB
CMYK
RGB Variations
Color information
#2F4137 (or 0x2F4137) is known color: English Holly. HEX triplet: 2F, 41 and 37. RGB value is (47,65,55). Sum of RGB (Red+Green+Blue) = 47+65+55=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4137 is #D0BEC8. Grayscale: #3A3A3A. Windows color (decimal): -13680329 or 3621167. OLE color: 3621167.
HSL color Cylindrical-coordinate representation of color #2F4137: hue angle of 146.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2F4137 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 65 | 55 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.75 |
| HSL | 146.67º | 0.16% | 0.22% | - |
| HSV(B) | 146.67º | 0.28% | 0.25% | - |
| XYZ | 3.75 | 4.66 | 4.32 | - |
| YUV | 58.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 55 | 0.28 | 0 | 0.15 | 0.75 | 146.67 | 0.16 | 0.22 |
| Hex | 2F | 41 | 37 | 1C | 0 | F | 4B | 93 | 10 | 16 |
| Octal | 57 | 101 | 67 | 34 | 0 | 17 | 113 | 223 | 20 | 26 |
| Binary | 101111 | 1000001 | 110111 | 11100 | 0 | 1111 | 1001011 | 10010011 | 10000 | 10110 |
Color Harmonies of #2F4137
Complementary color
Monochromatic Colors of #2F4137
Black with #2F4137
Text Example
Text Example
White with #2F4137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4137; }
p { color: rgb(47,65,55); }
H1.HeaderClassName
{
color: #2F4137;
}
.AnyTagClassName
{
color: #2F4137;
}
</style>
background-color css
<style>
a { background-color: #2F4137; }
a { background-color: rgb(47,65,55); }
div.DivClassName
{
background-color: #2F4137;
}
.BgClassName
{
background-color: #2F4137;
}
</style>
border-color css
<style>
span { border-color: #2F4137; }
span { border-color: rgb(47,65,55); }
td.TdClassName
{
border-color: #2F4137;
}
.TagClassName
{
border-color: #2F4137;
}
</style>