Shades of Gable Green #2F433E
Tints of Gable Green #2F433E
RGB
CMYK
RGB Variations
Color information
#2F433E (or 0x2F433E) is known color: Gable Green. HEX triplet: 2F, 43 and 3E. RGB value is (47,67,62). Sum of RGB (Red+Green+Blue) = 47+67+62=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 67 - color contains mainly: green. Hex color #2F433E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F433E is #D0BCC1. Grayscale: #3C3C3C. Windows color (decimal): -13679810 or 4080431. OLE color: 4080431.
HSL color Cylindrical-coordinate representation of color #2F433E: hue angle of 165º 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 #2F433E is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 67 | 62 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.74 |
| HSL | 165º | 0.18% | 0.22% | - |
| HSV(B) | 165º | 0.3% | 0.26% | - |
| XYZ | 4.05 | 4.97 | 5.3 | - |
| YUV | 60.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 62 | 0.30 | 0 | 0.07 | 0.74 | 165 | 0.18 | 0.22 |
| Hex | 2F | 43 | 3E | 1E | 0 | 7 | 4A | A5 | 12 | 16 |
| Octal | 57 | 103 | 76 | 36 | 0 | 7 | 112 | 245 | 22 | 26 |
| Binary | 101111 | 1000011 | 111110 | 11110 | 0 | 111 | 1001010 | 10100101 | 10010 | 10110 |
Color Harmonies of #2F433E
Complementary color
Monochromatic Colors of #2F433E
Black with #2F433E
Text Example
Text Example
White with #2F433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F433E; }
p { color: rgb(47,67,62); }
H1.HeaderClassName
{
color: #2F433E;
}
.AnyTagClassName
{
color: #2F433E;
}
</style>
background-color css
<style>
a { background-color: #2F433E; }
a { background-color: rgb(47,67,62); }
div.DivClassName
{
background-color: #2F433E;
}
.BgClassName
{
background-color: #2F433E;
}
</style>
border-color css
<style>
span { border-color: #2F433E; }
span { border-color: rgb(47,67,62); }
td.TdClassName
{
border-color: #2F433E;
}
.TagClassName
{
border-color: #2F433E;
}
</style>