Shades of Gable Green #2F433F
Tints of Gable Green #2F433F
RGB
CMYK
RGB Variations
Color information
#2F433F (or 0x2F433F) is known color: Gable Green. HEX triplet: 2F, 43 and 3F. RGB value is (47,67,63). Sum of RGB (Red+Green+Blue) = 47+67+63=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 67 - color contains mainly: green. Hex color #2F433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F433F is #D0BCC0. Grayscale: #3C3C3C. Windows color (decimal): -13679809 or 4145967. OLE color: 4145967.
HSL color Cylindrical-coordinate representation of color #2F433F: hue angle of 168º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F433F is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 67 | 63 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.74 |
| HSL | 168º | 0.18% | 0.22% | - |
| HSV(B) | 168º | 0.3% | 0.26% | - |
| XYZ | 4.08 | 4.98 | 5.45 | - |
| YUV | 60.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 63 | 0.30 | 0 | 0.06 | 0.74 | 168 | 0.18 | 0.22 |
| Hex | 2F | 43 | 3F | 1E | 0 | 6 | 4A | A8 | 12 | 16 |
| Octal | 57 | 103 | 77 | 36 | 0 | 6 | 112 | 250 | 22 | 26 |
| Binary | 101111 | 1000011 | 111111 | 11110 | 0 | 110 | 1001010 | 10101000 | 10010 | 10110 |
Color Harmonies of #2F433F
Complementary color
Monochromatic Colors of #2F433F
Black with #2F433F
Text Example
Text Example
White with #2F433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F433F; }
p { color: rgb(47,67,63); }
H1.HeaderClassName
{
color: #2F433F;
}
.AnyTagClassName
{
color: #2F433F;
}
</style>
background-color css
<style>
a { background-color: #2F433F; }
a { background-color: rgb(47,67,63); }
div.DivClassName
{
background-color: #2F433F;
}
.BgClassName
{
background-color: #2F433F;
}
</style>
border-color css
<style>
span { border-color: #2F433F; }
span { border-color: rgb(47,67,63); }
td.TdClassName
{
border-color: #2F433F;
}
.TagClassName
{
border-color: #2F433F;
}
</style>