Shades of Gable Green #214C45
Tints of Gable Green #214C45
RGB
CMYK
RGB Variations
Color information
#214C45 (or 0x214C45) is known color: Gable Green. HEX triplet: 21, 4C and 45. RGB value is (33,76,69). Sum of RGB (Red+Green+Blue) = 33+76+69=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 76 - color contains mainly: green. Hex color #214C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C45 is #DEB3BA. Grayscale: #3E3E3E. Windows color (decimal): -14595003 or 4541473. OLE color: 4541473.
HSL color Cylindrical-coordinate representation of color #214C45: hue angle of 170.23º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214C45 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 76 | 69 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.70 |
| HSL | 170.23º | 0.39% | 0.21% | - |
| HSV(B) | 170.23º | 0.57% | 0.3% | - |
| XYZ | 4.29 | 5.92 | 6.55 | - |
| YUV | 62.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 69 | 0.57 | 0 | 0.09 | 0.70 | 170.23 | 0.39 | 0.21 |
| Hex | 21 | 4C | 45 | 39 | 0 | 9 | 46 | AA | 27 | 15 |
| Octal | 41 | 114 | 105 | 71 | 0 | 11 | 106 | 252 | 47 | 25 |
| Binary | 100001 | 1001100 | 1000101 | 111001 | 0 | 1001 | 1000110 | 10101010 | 100111 | 10101 |
Color Harmonies of #214C45
Complementary color
Monochromatic Colors of #214C45
Black with #214C45
Text Example
Text Example
White with #214C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C45; }
p { color: rgb(33,76,69); }
H1.HeaderClassName
{
color: #214C45;
}
.AnyTagClassName
{
color: #214C45;
}
</style>
background-color css
<style>
a { background-color: #214C45; }
a { background-color: rgb(33,76,69); }
div.DivClassName
{
background-color: #214C45;
}
.BgClassName
{
background-color: #214C45;
}
</style>
border-color css
<style>
span { border-color: #214C45; }
span { border-color: rgb(33,76,69); }
td.TdClassName
{
border-color: #214C45;
}
.TagClassName
{
border-color: #214C45;
}
</style>