Shades of Gordons Green #214226
Tints of Gordons Green #214226
RGB
CMYK
RGB Variations
Color information
#214226 (or 0x214226) is known color: Gordons Green. HEX triplet: 21, 42 and 26. RGB value is (33,66,38). Sum of RGB (Red+Green+Blue) = 33+66+38=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #214226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214226 is #DEBDD9. Grayscale: #353535. Windows color (decimal): -14597594 or 2507297. OLE color: 2507297.
HSL color Cylindrical-coordinate representation of color #214226: hue angle of 129.09º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #214226 is Cyan = 0.5, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 66 | 38 | - |
| CMYK | 0.5 | 0 | 0.42 | 0.74 |
| HSL | 129.09º | 0.33% | 0.19% | - |
| HSV(B) | 129.09º | 0.5% | 0.26% | - |
| XYZ | 2.93 | 4.36 | 2.52 | - |
| YUV | 52.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 38 | 0.5 | 0 | 0.42 | 0.74 | 129.09 | 0.33 | 0.19 |
| Hex | 21 | 42 | 26 | 32 | 0 | 2A | 4A | 81 | 21 | 13 |
| Octal | 41 | 102 | 46 | 62 | 0 | 52 | 112 | 201 | 41 | 23 |
| Binary | 100001 | 1000010 | 100110 | 110010 | 0 | 101010 | 1001010 | 10000001 | 100001 | 10011 |
Color Harmonies of #214226
Complementary color
Monochromatic Colors of #214226
Black with #214226
Text Example
Text Example
White with #214226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214226; }
p { color: rgb(33,66,38); }
H1.HeaderClassName
{
color: #214226;
}
.AnyTagClassName
{
color: #214226;
}
</style>
background-color css
<style>
a { background-color: #214226; }
a { background-color: rgb(33,66,38); }
div.DivClassName
{
background-color: #214226;
}
.BgClassName
{
background-color: #214226;
}
</style>
border-color css
<style>
span { border-color: #214226; }
span { border-color: rgb(33,66,38); }
td.TdClassName
{
border-color: #214226;
}
.TagClassName
{
border-color: #214226;
}
</style>