Shades of Gable Green #2F4E47
Tints of Gable Green #2F4E47
RGB
CMYK
RGB Variations
Color information
#2F4E47 (or 0x2F4E47) is known color: Gable Green. HEX triplet: 2F, 4E and 47. RGB value is (47,78,71). Sum of RGB (Red+Green+Blue) = 47+78+71=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4E47 is #D0B1B8. Grayscale: #434343. Windows color (decimal): -13676985 or 4673071. OLE color: 4673071.
HSL color Cylindrical-coordinate representation of color #2F4E47: hue angle of 166.45º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F4E47 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 78 | 71 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.69 |
| HSL | 166.45º | 0.25% | 0.25% | - |
| HSV(B) | 166.45º | 0.4% | 0.31% | - |
| XYZ | 5.03 | 6.51 | 6.95 | - |
| YUV | 67.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 78 | 71 | 0.40 | 0 | 0.09 | 0.69 | 166.45 | 0.25 | 0.25 |
| Hex | 2F | 4E | 47 | 28 | 0 | 9 | 45 | A6 | 19 | 19 |
| Octal | 57 | 116 | 107 | 50 | 0 | 11 | 105 | 246 | 31 | 31 |
| Binary | 101111 | 1001110 | 1000111 | 101000 | 0 | 1001 | 1000101 | 10100110 | 11001 | 11001 |
Color Harmonies of #2F4E47
Complementary color
Monochromatic Colors of #2F4E47
Black with #2F4E47
Text Example
Text Example
White with #2F4E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4E47; }
p { color: rgb(47,78,71); }
H1.HeaderClassName
{
color: #2F4E47;
}
.AnyTagClassName
{
color: #2F4E47;
}
</style>
background-color css
<style>
a { background-color: #2F4E47; }
a { background-color: rgb(47,78,71); }
div.DivClassName
{
background-color: #2F4E47;
}
.BgClassName
{
background-color: #2F4E47;
}
</style>
border-color css
<style>
span { border-color: #2F4E47; }
span { border-color: rgb(47,78,71); }
td.TdClassName
{
border-color: #2F4E47;
}
.TagClassName
{
border-color: #2F4E47;
}
</style>