Shades of Gordons Green #214528
Tints of Gordons Green #214528
RGB
CMYK
RGB Variations
Color information
#214528 (or 0x214528) is known color: Gordons Green. HEX triplet: 21, 45 and 28. RGB value is (33,69,40). Sum of RGB (Red+Green+Blue) = 33+69+40=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #214528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214528 is #DEBAD7. Grayscale: #373737. Windows color (decimal): -14596824 or 2639137. OLE color: 2639137.
HSL color Cylindrical-coordinate representation of color #214528: hue angle of 131.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #214528 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 69 | 40 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.73 |
| HSL | 131.67º | 0.35% | 0.2% | - |
| HSV(B) | 131.67º | 0.52% | 0.27% | - |
| XYZ | 3.14 | 4.73 | 2.76 | - |
| YUV | 54.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 40 | 0.52 | 0 | 0.42 | 0.73 | 131.67 | 0.35 | 0.2 |
| Hex | 21 | 45 | 28 | 34 | 0 | 2A | 49 | 84 | 23 | 14 |
| Octal | 41 | 105 | 50 | 64 | 0 | 52 | 111 | 204 | 43 | 24 |
| Binary | 100001 | 1000101 | 101000 | 110100 | 0 | 101010 | 1001001 | 10000100 | 100011 | 10100 |
Color Harmonies of #214528
Complementary color
Monochromatic Colors of #214528
Black with #214528
Text Example
Text Example
White with #214528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214528; }
p { color: rgb(33,69,40); }
H1.HeaderClassName
{
color: #214528;
}
.AnyTagClassName
{
color: #214528;
}
</style>
background-color css
<style>
a { background-color: #214528; }
a { background-color: rgb(33,69,40); }
div.DivClassName
{
background-color: #214528;
}
.BgClassName
{
background-color: #214528;
}
</style>
border-color css
<style>
span { border-color: #214528; }
span { border-color: rgb(33,69,40); }
td.TdClassName
{
border-color: #214528;
}
.TagClassName
{
border-color: #214528;
}
</style>