Shades of Gordons Green #214628
Tints of Gordons Green #214628
RGB
CMYK
RGB Variations
Color information
#214628 (or 0x214628) is known color: Gordons Green. HEX triplet: 21, 46 and 28. RGB value is (33,70,40). Sum of RGB (Red+Green+Blue) = 33+70+40=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #214628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214628 is #DEB9D7. Grayscale: #373737. Windows color (decimal): -14596568 or 2639393. OLE color: 2639393.
HSL color Cylindrical-coordinate representation of color #214628: hue angle of 131.35º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #214628 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 70 | 40 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.73 |
| HSL | 131.35º | 0.36% | 0.2% | - |
| HSV(B) | 131.35º | 0.53% | 0.27% | - |
| XYZ | 3.2 | 4.86 | 2.78 | - |
| YUV | 55.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 40 | 0.53 | 0 | 0.43 | 0.73 | 131.35 | 0.36 | 0.2 |
| Hex | 21 | 46 | 28 | 35 | 0 | 2B | 49 | 83 | 24 | 14 |
| Octal | 41 | 106 | 50 | 65 | 0 | 53 | 111 | 203 | 44 | 24 |
| Binary | 100001 | 1000110 | 101000 | 110101 | 0 | 101011 | 1001001 | 10000011 | 100100 | 10100 |
Color Harmonies of #214628
Complementary color
Monochromatic Colors of #214628
Black with #214628
Text Example
Text Example
White with #214628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214628; }
p { color: rgb(33,70,40); }
H1.HeaderClassName
{
color: #214628;
}
.AnyTagClassName
{
color: #214628;
}
</style>
background-color css
<style>
a { background-color: #214628; }
a { background-color: rgb(33,70,40); }
div.DivClassName
{
background-color: #214628;
}
.BgClassName
{
background-color: #214628;
}
</style>
border-color css
<style>
span { border-color: #214628; }
span { border-color: rgb(33,70,40); }
td.TdClassName
{
border-color: #214628;
}
.TagClassName
{
border-color: #214628;
}
</style>