Shades of Gable Green #215249
Tints of Gable Green #215249
RGB
CMYK
RGB Variations
Color information
#215249 (or 0x215249) is known color: Gable Green. HEX triplet: 21, 52 and 49. RGB value is (33,82,73). Sum of RGB (Red+Green+Blue) = 33+82+73=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #215249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215249 is #DEADB6. Grayscale: #424242. Windows color (decimal): -14593463 or 4805153. OLE color: 4805153.
HSL color Cylindrical-coordinate representation of color #215249: hue angle of 168.98º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #215249 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 82 | 73 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.68 |
| HSL | 168.98º | 0.43% | 0.23% | - |
| HSV(B) | 168.98º | 0.6% | 0.32% | - |
| XYZ | 4.85 | 6.84 | 7.37 | - |
| YUV | 66.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 73 | 0.60 | 0 | 0.11 | 0.68 | 168.98 | 0.43 | 0.23 |
| Hex | 21 | 52 | 49 | 3C | 0 | B | 44 | A9 | 2B | 17 |
| Octal | 41 | 122 | 111 | 74 | 0 | 13 | 104 | 251 | 53 | 27 |
| Binary | 100001 | 1010010 | 1001001 | 111100 | 0 | 1011 | 1000100 | 10101001 | 101011 | 10111 |
Color Harmonies of #215249
Complementary color
Monochromatic Colors of #215249
Black with #215249
Text Example
Text Example
White with #215249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215249; }
p { color: rgb(33,82,73); }
H1.HeaderClassName
{
color: #215249;
}
.AnyTagClassName
{
color: #215249;
}
</style>
background-color css
<style>
a { background-color: #215249; }
a { background-color: rgb(33,82,73); }
div.DivClassName
{
background-color: #215249;
}
.BgClassName
{
background-color: #215249;
}
</style>
border-color css
<style>
span { border-color: #215249; }
span { border-color: rgb(33,82,73); }
td.TdClassName
{
border-color: #215249;
}
.TagClassName
{
border-color: #215249;
}
</style>