Shades of Gable Green #214E46
Tints of Gable Green #214E46
RGB
CMYK
RGB Variations
Color information
#214E46 (or 0x214E46) is known color: Gable Green. HEX triplet: 21, 4E and 46. RGB value is (33,78,70). Sum of RGB (Red+Green+Blue) = 33+78+70=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 78 - color contains mainly: green. Hex color #214E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214E46 is #DEB1B9. Grayscale: #3F3F3F. Windows color (decimal): -14594490 or 4607521. OLE color: 4607521.
HSL color Cylindrical-coordinate representation of color #214E46: hue angle of 169.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214E46 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 78 | 70 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.69 |
| HSL | 169.33º | 0.41% | 0.22% | - |
| HSV(B) | 169.33º | 0.58% | 0.31% | - |
| XYZ | 4.46 | 6.21 | 6.76 | - |
| YUV | 63.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 70 | 0.58 | 0 | 0.10 | 0.69 | 169.33 | 0.41 | 0.22 |
| Hex | 21 | 4E | 46 | 3A | 0 | A | 45 | A9 | 29 | 16 |
| Octal | 41 | 116 | 106 | 72 | 0 | 12 | 105 | 251 | 51 | 26 |
| Binary | 100001 | 1001110 | 1000110 | 111010 | 0 | 1010 | 1000101 | 10101001 | 101001 | 10110 |
Color Harmonies of #214E46
Complementary color
Monochromatic Colors of #214E46
Black with #214E46
Text Example
Text Example
White with #214E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E46; }
p { color: rgb(33,78,70); }
H1.HeaderClassName
{
color: #214E46;
}
.AnyTagClassName
{
color: #214E46;
}
</style>
background-color css
<style>
a { background-color: #214E46; }
a { background-color: rgb(33,78,70); }
div.DivClassName
{
background-color: #214E46;
}
.BgClassName
{
background-color: #214E46;
}
</style>
border-color css
<style>
span { border-color: #214E46; }
span { border-color: rgb(33,78,70); }
td.TdClassName
{
border-color: #214E46;
}
.TagClassName
{
border-color: #214E46;
}
</style>