Shades of English Holly #2F4A3A
Tints of English Holly #2F4A3A
RGB
CMYK
RGB Variations
Color information
#2F4A3A (or 0x2F4A3A) is known color: English Holly. HEX triplet: 2F, 4A and 3A. RGB value is (47,74,58). Sum of RGB (Red+Green+Blue) = 47+74+58=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 74 - color contains mainly: green. Hex color #2F4A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4A3A is #D0B5C5. Grayscale: #404040. Windows color (decimal): -13678022 or 3820079. OLE color: 3820079.
HSL color Cylindrical-coordinate representation of color #2F4A3A: hue angle of 144.44º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F4A3A is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 74 | 58 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.71 |
| HSL | 144.44º | 0.22% | 0.24% | - |
| HSV(B) | 144.44º | 0.36% | 0.29% | - |
| XYZ | 4.38 | 5.81 | 4.89 | - |
| YUV | 64.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 74 | 58 | 0.36 | 0 | 0.22 | 0.71 | 144.44 | 0.22 | 0.24 |
| Hex | 2F | 4A | 3A | 24 | 0 | 16 | 47 | 90 | 16 | 18 |
| Octal | 57 | 112 | 72 | 44 | 0 | 26 | 107 | 220 | 26 | 30 |
| Binary | 101111 | 1001010 | 111010 | 100100 | 0 | 10110 | 1000111 | 10010000 | 10110 | 11000 |
Color Harmonies of #2F4A3A
Complementary color
Monochromatic Colors of #2F4A3A
Black with #2F4A3A
Text Example
Text Example
White with #2F4A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4A3A; }
p { color: rgb(47,74,58); }
H1.HeaderClassName
{
color: #2F4A3A;
}
.AnyTagClassName
{
color: #2F4A3A;
}
</style>
background-color css
<style>
a { background-color: #2F4A3A; }
a { background-color: rgb(47,74,58); }
div.DivClassName
{
background-color: #2F4A3A;
}
.BgClassName
{
background-color: #2F4A3A;
}
</style>
border-color css
<style>
span { border-color: #2F4A3A; }
span { border-color: rgb(47,74,58); }
td.TdClassName
{
border-color: #2F4A3A;
}
.TagClassName
{
border-color: #2F4A3A;
}
</style>