Shades of Gable Green #2F4742
Tints of Gable Green #2F4742
RGB
CMYK
RGB Variations
Color information
#2F4742 (or 0x2F4742) is known color: Gable Green. HEX triplet: 2F, 47 and 42. RGB value is (47,71,66). Sum of RGB (Red+Green+Blue) = 47+71+66=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4742 is #D0B8BD. Grayscale: #3F3F3F. Windows color (decimal): -13678782 or 4343599. OLE color: 4343599.
HSL color Cylindrical-coordinate representation of color #2F4742: hue angle of 167.5º 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 #2F4742 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 71 | 66 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.72 |
| HSL | 167.5º | 0.2% | 0.23% | - |
| HSV(B) | 167.5º | 0.34% | 0.28% | - |
| XYZ | 4.41 | 5.5 | 5.98 | - |
| YUV | 63.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 66 | 0.34 | 0 | 0.07 | 0.72 | 167.5 | 0.2 | 0.23 |
| Hex | 2F | 47 | 42 | 22 | 0 | 7 | 48 | A8 | 14 | 17 |
| Octal | 57 | 107 | 102 | 42 | 0 | 7 | 110 | 250 | 24 | 27 |
| Binary | 101111 | 1000111 | 1000010 | 100010 | 0 | 111 | 1001000 | 10101000 | 10100 | 10111 |
Color Harmonies of #2F4742
Complementary color
Monochromatic Colors of #2F4742
Black with #2F4742
Text Example
Text Example
White with #2F4742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4742; }
p { color: rgb(47,71,66); }
H1.HeaderClassName
{
color: #2F4742;
}
.AnyTagClassName
{
color: #2F4742;
}
</style>
background-color css
<style>
a { background-color: #2F4742; }
a { background-color: rgb(47,71,66); }
div.DivClassName
{
background-color: #2F4742;
}
.BgClassName
{
background-color: #2F4742;
}
</style>
border-color css
<style>
span { border-color: #2F4742; }
span { border-color: rgb(47,71,66); }
td.TdClassName
{
border-color: #2F4742;
}
.TagClassName
{
border-color: #2F4742;
}
</style>