Shades of Gable Green #214B45
Tints of Gable Green #214B45
RGB
CMYK
RGB Variations
Color information
#214B45 (or 0x214B45) is known color: Gable Green. HEX triplet: 21, 4B and 45. RGB value is (33,75,69). Sum of RGB (Red+Green+Blue) = 33+75+69=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #214B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B45 is #DEB4BA. Grayscale: #3D3D3D. Windows color (decimal): -14595259 or 4541217. OLE color: 4541217.
HSL color Cylindrical-coordinate representation of color #214B45: hue angle of 171.43º 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 #214B45 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 75 | 69 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.71 |
| HSL | 171.43º | 0.39% | 0.21% | - |
| HSV(B) | 171.43º | 0.56% | 0.29% | - |
| XYZ | 4.22 | 5.79 | 6.52 | - |
| YUV | 61.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 69 | 0.56 | 0 | 0.08 | 0.71 | 171.43 | 0.39 | 0.21 |
| Hex | 21 | 4B | 45 | 38 | 0 | 8 | 47 | AB | 27 | 15 |
| Octal | 41 | 113 | 105 | 70 | 0 | 10 | 107 | 253 | 47 | 25 |
| Binary | 100001 | 1001011 | 1000101 | 111000 | 0 | 1000 | 1000111 | 10101011 | 100111 | 10101 |
Color Harmonies of #214B45
Complementary color
Monochromatic Colors of #214B45
Black with #214B45
Text Example
Text Example
White with #214B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B45; }
p { color: rgb(33,75,69); }
H1.HeaderClassName
{
color: #214B45;
}
.AnyTagClassName
{
color: #214B45;
}
</style>
background-color css
<style>
a { background-color: #214B45; }
a { background-color: rgb(33,75,69); }
div.DivClassName
{
background-color: #214B45;
}
.BgClassName
{
background-color: #214B45;
}
</style>
border-color css
<style>
span { border-color: #214B45; }
span { border-color: rgb(33,75,69); }
td.TdClassName
{
border-color: #214B45;
}
.TagClassName
{
border-color: #214B45;
}
</style>