Shades of Gable Green #214B46
Tints of Gable Green #214B46
RGB
CMYK
RGB Variations
Color information
#214B46 (or 0x214B46) is known color: Gable Green. HEX triplet: 21, 4B and 46. RGB value is (33,75,70). Sum of RGB (Red+Green+Blue) = 33+75+70=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #214B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B46 is #DEB4B9. Grayscale: #3D3D3D. Windows color (decimal): -14595258 or 4606753. OLE color: 4606753.
HSL color Cylindrical-coordinate representation of color #214B46: hue angle of 172.86º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #214B46 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 75 | 70 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.71 |
| HSL | 172.86º | 0.39% | 0.21% | - |
| HSV(B) | 172.86º | 0.56% | 0.29% | - |
| XYZ | 4.25 | 5.8 | 6.69 | - |
| YUV | 61.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 70 | 0.56 | 0 | 0.07 | 0.71 | 172.86 | 0.39 | 0.21 |
| Hex | 21 | 4B | 46 | 38 | 0 | 7 | 47 | AD | 27 | 15 |
| Octal | 41 | 113 | 106 | 70 | 0 | 7 | 107 | 255 | 47 | 25 |
| Binary | 100001 | 1001011 | 1000110 | 111000 | 0 | 111 | 1000111 | 10101101 | 100111 | 10101 |
Color Harmonies of #214B46
Complementary color
Monochromatic Colors of #214B46
Black with #214B46
Text Example
Text Example
White with #214B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B46; }
p { color: rgb(33,75,70); }
H1.HeaderClassName
{
color: #214B46;
}
.AnyTagClassName
{
color: #214B46;
}
</style>
background-color css
<style>
a { background-color: #214B46; }
a { background-color: rgb(33,75,70); }
div.DivClassName
{
background-color: #214B46;
}
.BgClassName
{
background-color: #214B46;
}
</style>
border-color css
<style>
span { border-color: #214B46; }
span { border-color: rgb(33,75,70); }
td.TdClassName
{
border-color: #214B46;
}
.TagClassName
{
border-color: #214B46;
}
</style>