Shades of English Holly #2F4539
Tints of English Holly #2F4539
RGB
CMYK
RGB Variations
Color information
#2F4539 (or 0x2F4539) is known color: English Holly. HEX triplet: 2F, 45 and 39. RGB value is (47,69,57). Sum of RGB (Red+Green+Blue) = 47+69+57=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 69 - color contains mainly: green. Hex color #2F4539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4539 is #D0BAC6. Grayscale: #3D3D3D. Windows color (decimal): -13679303 or 3753263. OLE color: 3753263.
HSL color Cylindrical-coordinate representation of color #2F4539: hue angle of 147.27º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2F4539 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 69 | 57 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.73 |
| HSL | 147.27º | 0.19% | 0.23% | - |
| HSV(B) | 147.27º | 0.32% | 0.27% | - |
| XYZ | 4.04 | 5.16 | 4.65 | - |
| YUV | 61.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 69 | 57 | 0.32 | 0 | 0.17 | 0.73 | 147.27 | 0.19 | 0.23 |
| Hex | 2F | 45 | 39 | 20 | 0 | 11 | 49 | 93 | 13 | 17 |
| Octal | 57 | 105 | 71 | 40 | 0 | 21 | 111 | 223 | 23 | 27 |
| Binary | 101111 | 1000101 | 111001 | 100000 | 0 | 10001 | 1001001 | 10010011 | 10011 | 10111 |
Color Harmonies of #2F4539
Complementary color
Monochromatic Colors of #2F4539
Black with #2F4539
Text Example
Text Example
White with #2F4539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4539; }
p { color: rgb(47,69,57); }
H1.HeaderClassName
{
color: #2F4539;
}
.AnyTagClassName
{
color: #2F4539;
}
</style>
background-color css
<style>
a { background-color: #2F4539; }
a { background-color: rgb(47,69,57); }
div.DivClassName
{
background-color: #2F4539;
}
.BgClassName
{
background-color: #2F4539;
}
</style>
border-color css
<style>
span { border-color: #2F4539; }
span { border-color: rgb(47,69,57); }
td.TdClassName
{
border-color: #2F4539;
}
.TagClassName
{
border-color: #2F4539;
}
</style>