Shades of Gable Green #2F3E3B
Tints of Gable Green #2F3E3B
RGB
CMYK
RGB Variations
Color information
#2F3E3B (or 0x2F3E3B) is known color: Gable Green. HEX triplet: 2F, 3E and 3B. RGB value is (47,62,59). Sum of RGB (Red+Green+Blue) = 47+62+59=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 62 - color contains mainly: green. Hex color #2F3E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3E3B is #D0C1C4. Grayscale: #393939. Windows color (decimal): -13681093 or 3882543. OLE color: 3882543.
HSL color Cylindrical-coordinate representation of color #2F3E3B: hue angle of 168º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2F3E3B is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 62 | 59 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.76 |
| HSL | 168º | 0.14% | 0.21% | - |
| HSV(B) | 168º | 0.24% | 0.24% | - |
| XYZ | 3.68 | 4.37 | 4.79 | - |
| YUV | 57.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 62 | 59 | 0.24 | 0 | 0.05 | 0.76 | 168 | 0.14 | 0.21 |
| Hex | 2F | 3E | 3B | 18 | 0 | 5 | 4C | A8 | E | 15 |
| Octal | 57 | 76 | 73 | 30 | 0 | 5 | 114 | 250 | 16 | 25 |
| Binary | 101111 | 111110 | 111011 | 11000 | 0 | 101 | 1001100 | 10101000 | 1110 | 10101 |
Color Harmonies of #2F3E3B
Complementary color
Monochromatic Colors of #2F3E3B
Black with #2F3E3B
Text Example
Text Example
White with #2F3E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3E3B; }
p { color: rgb(47,62,59); }
H1.HeaderClassName
{
color: #2F3E3B;
}
.AnyTagClassName
{
color: #2F3E3B;
}
</style>
background-color css
<style>
a { background-color: #2F3E3B; }
a { background-color: rgb(47,62,59); }
div.DivClassName
{
background-color: #2F3E3B;
}
.BgClassName
{
background-color: #2F3E3B;
}
</style>
border-color css
<style>
span { border-color: #2F3E3B; }
span { border-color: rgb(47,62,59); }
td.TdClassName
{
border-color: #2F3E3B;
}
.TagClassName
{
border-color: #2F3E3B;
}
</style>