Shades of Gable Green #2F423F
Tints of Gable Green #2F423F
RGB
CMYK
RGB Variations
Color information
#2F423F (or 0x2F423F) is known color: Gable Green. HEX triplet: 2F, 42 and 3F. RGB value is (47,66,63). Sum of RGB (Red+Green+Blue) = 47+66+63=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 66 - color contains mainly: green. Hex color #2F423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F423F is #D0BDC0. Grayscale: #3B3B3B. Windows color (decimal): -13680065 or 4145711. OLE color: 4145711.
HSL color Cylindrical-coordinate representation of color #2F423F: hue angle of 170.53º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2F423F is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 66 | 63 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.74 |
| HSL | 170.53º | 0.17% | 0.22% | - |
| HSV(B) | 170.53º | 0.29% | 0.26% | - |
| XYZ | 4.02 | 4.86 | 5.43 | - |
| YUV | 59.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 66 | 63 | 0.29 | 0 | 0.05 | 0.74 | 170.53 | 0.17 | 0.22 |
| Hex | 2F | 42 | 3F | 1D | 0 | 5 | 4A | AB | 11 | 16 |
| Octal | 57 | 102 | 77 | 35 | 0 | 5 | 112 | 253 | 21 | 26 |
| Binary | 101111 | 1000010 | 111111 | 11101 | 0 | 101 | 1001010 | 10101011 | 10001 | 10110 |
Color Harmonies of #2F423F
Complementary color
Monochromatic Colors of #2F423F
Black with #2F423F
Text Example
Text Example
White with #2F423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F423F; }
p { color: rgb(47,66,63); }
H1.HeaderClassName
{
color: #2F423F;
}
.AnyTagClassName
{
color: #2F423F;
}
</style>
background-color css
<style>
a { background-color: #2F423F; }
a { background-color: rgb(47,66,63); }
div.DivClassName
{
background-color: #2F423F;
}
.BgClassName
{
background-color: #2F423F;
}
</style>
border-color css
<style>
span { border-color: #2F423F; }
span { border-color: rgb(47,66,63); }
td.TdClassName
{
border-color: #2F423F;
}
.TagClassName
{
border-color: #2F423F;
}
</style>