Shades of Gable Green #214944
Tints of Gable Green #214944
RGB
CMYK
RGB Variations
Color information
#214944 (or 0x214944) is known color: Gable Green. HEX triplet: 21, 49 and 44. RGB value is (33,73,68). Sum of RGB (Red+Green+Blue) = 33+73+68=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #214944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214944 is #DEB6BB. Grayscale: #3C3C3C. Windows color (decimal): -14595772 or 4475169. OLE color: 4475169.
HSL color Cylindrical-coordinate representation of color #214944: hue angle of 172.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214944 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 68 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.71 |
| HSL | 172.5º | 0.38% | 0.21% | - |
| HSV(B) | 172.5º | 0.55% | 0.29% | - |
| XYZ | 4.05 | 5.51 | 6.32 | - |
| YUV | 60.47 | 132.25 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 68 | 0.55 | 0 | 0.07 | 0.71 | 172.5 | 0.38 | 0.21 |
| Hex | 21 | 49 | 44 | 37 | 0 | 7 | 47 | AC | 26 | 15 |
| Octal | 41 | 111 | 104 | 67 | 0 | 7 | 107 | 254 | 46 | 25 |
| Binary | 100001 | 1001001 | 1000100 | 110111 | 0 | 111 | 1000111 | 10101100 | 100110 | 10101 |
Color Harmonies of #214944
Complementary color
Monochromatic Colors of #214944
Black with #214944
Text Example
Text Example
White with #214944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214944; }
p { color: rgb(33,73,68); }
H1.HeaderClassName
{
color: #214944;
}
.AnyTagClassName
{
color: #214944;
}
</style>
background-color css
<style>
a { background-color: #214944; }
a { background-color: rgb(33,73,68); }
div.DivClassName
{
background-color: #214944;
}
.BgClassName
{
background-color: #214944;
}
</style>
border-color css
<style>
span { border-color: #214944; }
span { border-color: rgb(33,73,68); }
td.TdClassName
{
border-color: #214944;
}
.TagClassName
{
border-color: #214944;
}
</style>