Shades of Gordons Green #214728
Tints of Gordons Green #214728
RGB
CMYK
RGB Variations
Color information
#214728 (or 0x214728) is known color: Gordons Green. HEX triplet: 21, 47 and 28. RGB value is (33,71,40). Sum of RGB (Red+Green+Blue) = 33+71+40=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #214728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214728 is #DEB8D7. Grayscale: #383838. Windows color (decimal): -14596312 or 2639649. OLE color: 2639649.
HSL color Cylindrical-coordinate representation of color #214728: hue angle of 131.05º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214728 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 40 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.72 |
| HSL | 131.05º | 0.37% | 0.2% | - |
| HSV(B) | 131.05º | 0.54% | 0.28% | - |
| XYZ | 3.26 | 4.98 | 2.8 | - |
| YUV | 56.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 40 | 0.54 | 0 | 0.44 | 0.72 | 131.05 | 0.37 | 0.2 |
| Hex | 21 | 47 | 28 | 36 | 0 | 2C | 48 | 83 | 25 | 14 |
| Octal | 41 | 107 | 50 | 66 | 0 | 54 | 110 | 203 | 45 | 24 |
| Binary | 100001 | 1000111 | 101000 | 110110 | 0 | 101100 | 1001000 | 10000011 | 100101 | 10100 |
Color Harmonies of #214728
Complementary color
Monochromatic Colors of #214728
Black with #214728
Text Example
Text Example
White with #214728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214728; }
p { color: rgb(33,71,40); }
H1.HeaderClassName
{
color: #214728;
}
.AnyTagClassName
{
color: #214728;
}
</style>
background-color css
<style>
a { background-color: #214728; }
a { background-color: rgb(33,71,40); }
div.DivClassName
{
background-color: #214728;
}
.BgClassName
{
background-color: #214728;
}
</style>
border-color css
<style>
span { border-color: #214728; }
span { border-color: rgb(33,71,40); }
td.TdClassName
{
border-color: #214728;
}
.TagClassName
{
border-color: #214728;
}
</style>