Shades of Gable Green #215046
Tints of Gable Green #215046
RGB
CMYK
RGB Variations
Color information
#215046 (or 0x215046) is known color: Gable Green. HEX triplet: 21, 50 and 46. RGB value is (33,80,70). Sum of RGB (Red+Green+Blue) = 33+80+70=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #215046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215046 is #DEAFB9. Grayscale: #404040. Windows color (decimal): -14593978 or 4608033. OLE color: 4608033.
HSL color Cylindrical-coordinate representation of color #215046: hue angle of 167.23º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215046 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 80 | 70 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.69 |
| HSL | 167.23º | 0.42% | 0.22% | - |
| HSV(B) | 167.23º | 0.59% | 0.31% | - |
| XYZ | 4.6 | 6.5 | 6.81 | - |
| YUV | 64.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 70 | 0.59 | 0 | 0.12 | 0.69 | 167.23 | 0.42 | 0.22 |
| Hex | 21 | 50 | 46 | 3B | 0 | C | 45 | A7 | 2A | 16 |
| Octal | 41 | 120 | 106 | 73 | 0 | 14 | 105 | 247 | 52 | 26 |
| Binary | 100001 | 1010000 | 1000110 | 111011 | 0 | 1100 | 1000101 | 10100111 | 101010 | 10110 |
Color Harmonies of #215046
Complementary color
Monochromatic Colors of #215046
Black with #215046
Text Example
Text Example
White with #215046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215046; }
p { color: rgb(33,80,70); }
H1.HeaderClassName
{
color: #215046;
}
.AnyTagClassName
{
color: #215046;
}
</style>
background-color css
<style>
a { background-color: #215046; }
a { background-color: rgb(33,80,70); }
div.DivClassName
{
background-color: #215046;
}
.BgClassName
{
background-color: #215046;
}
</style>
border-color css
<style>
span { border-color: #215046; }
span { border-color: rgb(33,80,70); }
td.TdClassName
{
border-color: #215046;
}
.TagClassName
{
border-color: #215046;
}
</style>