Shades of Gable Green #214B42
Tints of Gable Green #214B42
RGB
CMYK
RGB Variations
Color information
#214B42 (or 0x214B42) is known color: Gable Green. HEX triplet: 21, 4B and 42. RGB value is (33,75,66). Sum of RGB (Red+Green+Blue) = 33+75+66=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #214B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B42 is #DEB4BD. Grayscale: #3D3D3D. Windows color (decimal): -14595262 or 4344609. OLE color: 4344609.
HSL color Cylindrical-coordinate representation of color #214B42: hue angle of 167.14º 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 #214B42 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 75 | 66 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.71 |
| HSL | 167.14º | 0.39% | 0.21% | - |
| HSV(B) | 167.14º | 0.56% | 0.29% | - |
| XYZ | 4.13 | 5.75 | 6.05 | - |
| YUV | 61.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 66 | 0.56 | 0 | 0.12 | 0.71 | 167.14 | 0.39 | 0.21 |
| Hex | 21 | 4B | 42 | 38 | 0 | C | 47 | A7 | 27 | 15 |
| Octal | 41 | 113 | 102 | 70 | 0 | 14 | 107 | 247 | 47 | 25 |
| Binary | 100001 | 1001011 | 1000010 | 111000 | 0 | 1100 | 1000111 | 10100111 | 100111 | 10101 |
Color Harmonies of #214B42
Complementary color
Monochromatic Colors of #214B42
Black with #214B42
Text Example
Text Example
White with #214B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B42; }
p { color: rgb(33,75,66); }
H1.HeaderClassName
{
color: #214B42;
}
.AnyTagClassName
{
color: #214B42;
}
</style>
background-color css
<style>
a { background-color: #214B42; }
a { background-color: rgb(33,75,66); }
div.DivClassName
{
background-color: #214B42;
}
.BgClassName
{
background-color: #214B42;
}
</style>
border-color css
<style>
span { border-color: #214B42; }
span { border-color: rgb(33,75,66); }
td.TdClassName
{
border-color: #214B42;
}
.TagClassName
{
border-color: #214B42;
}
</style>