Shades of Gable Green #215147
Tints of Gable Green #215147
RGB
CMYK
RGB Variations
Color information
#215147 (or 0x215147) is known color: Gable Green. HEX triplet: 21, 51 and 47. RGB value is (33,81,71). Sum of RGB (Red+Green+Blue) = 33+81+71=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #215147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215147 is #DEAEB8. Grayscale: #414141. Windows color (decimal): -14593721 or 4673825. OLE color: 4673825.
HSL color Cylindrical-coordinate representation of color #215147: hue angle of 167.5º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215147 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 81 | 71 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.68 |
| HSL | 167.5º | 0.42% | 0.22% | - |
| HSV(B) | 167.5º | 0.59% | 0.32% | - |
| XYZ | 4.71 | 6.66 | 7 | - |
| YUV | 65.51 | 131.1 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 71 | 0.59 | 0 | 0.12 | 0.68 | 167.5 | 0.42 | 0.22 |
| Hex | 21 | 51 | 47 | 3B | 0 | C | 44 | A8 | 2A | 16 |
| Octal | 41 | 121 | 107 | 73 | 0 | 14 | 104 | 250 | 52 | 26 |
| Binary | 100001 | 1010001 | 1000111 | 111011 | 0 | 1100 | 1000100 | 10101000 | 101010 | 10110 |
Color Harmonies of #215147
Complementary color
Monochromatic Colors of #215147
Black with #215147
Text Example
Text Example
White with #215147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215147; }
p { color: rgb(33,81,71); }
H1.HeaderClassName
{
color: #215147;
}
.AnyTagClassName
{
color: #215147;
}
</style>
background-color css
<style>
a { background-color: #215147; }
a { background-color: rgb(33,81,71); }
div.DivClassName
{
background-color: #215147;
}
.BgClassName
{
background-color: #215147;
}
</style>
border-color css
<style>
span { border-color: #215147; }
span { border-color: rgb(33,81,71); }
td.TdClassName
{
border-color: #215147;
}
.TagClassName
{
border-color: #215147;
}
</style>