Shades of Gable Green #214B43
Tints of Gable Green #214B43
RGB
CMYK
RGB Variations
Color information
#214B43 (or 0x214B43) is known color: Gable Green. HEX triplet: 21, 4B and 43. RGB value is (33,75,67). Sum of RGB (Red+Green+Blue) = 33+75+67=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 75 - color contains mainly: green. Hex color #214B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B43 is #DEB4BC. Grayscale: #3D3D3D. Windows color (decimal): -14595261 or 4410145. OLE color: 4410145.
HSL color Cylindrical-coordinate representation of color #214B43: hue angle of 168.57º 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 #214B43 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 75 | 67 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.71 |
| HSL | 168.57º | 0.39% | 0.21% | - |
| HSV(B) | 168.57º | 0.56% | 0.29% | - |
| XYZ | 4.16 | 5.76 | 6.2 | - |
| YUV | 61.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 67 | 0.56 | 0 | 0.11 | 0.71 | 168.57 | 0.39 | 0.21 |
| Hex | 21 | 4B | 43 | 38 | 0 | B | 47 | A9 | 27 | 15 |
| Octal | 41 | 113 | 103 | 70 | 0 | 13 | 107 | 251 | 47 | 25 |
| Binary | 100001 | 1001011 | 1000011 | 111000 | 0 | 1011 | 1000111 | 10101001 | 100111 | 10101 |
Color Harmonies of #214B43
Complementary color
Monochromatic Colors of #214B43
Black with #214B43
Text Example
Text Example
White with #214B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B43; }
p { color: rgb(33,75,67); }
H1.HeaderClassName
{
color: #214B43;
}
.AnyTagClassName
{
color: #214B43;
}
</style>
background-color css
<style>
a { background-color: #214B43; }
a { background-color: rgb(33,75,67); }
div.DivClassName
{
background-color: #214B43;
}
.BgClassName
{
background-color: #214B43;
}
</style>
border-color css
<style>
span { border-color: #214B43; }
span { border-color: rgb(33,75,67); }
td.TdClassName
{
border-color: #214B43;
}
.TagClassName
{
border-color: #214B43;
}
</style>