Shades of Gordons Green #214426
Tints of Gordons Green #214426
RGB
CMYK
RGB Variations
Color information
#214426 (or 0x214426) is known color: Gordons Green. HEX triplet: 21, 44 and 26. RGB value is (33,68,38). Sum of RGB (Red+Green+Blue) = 33+68+38=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #214426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214426 is #DEBBD9. Grayscale: #363636. Windows color (decimal): -14597082 or 2507809. OLE color: 2507809.
HSL color Cylindrical-coordinate representation of color #214426: hue angle of 128.57º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214426 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 68 | 38 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.73 |
| HSL | 128.57º | 0.35% | 0.2% | - |
| HSV(B) | 128.57º | 0.51% | 0.27% | - |
| XYZ | 3.04 | 4.6 | 2.56 | - |
| YUV | 54.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 38 | 0.51 | 0 | 0.44 | 0.73 | 128.57 | 0.35 | 0.2 |
| Hex | 21 | 44 | 26 | 33 | 0 | 2C | 49 | 81 | 23 | 14 |
| Octal | 41 | 104 | 46 | 63 | 0 | 54 | 111 | 201 | 43 | 24 |
| Binary | 100001 | 1000100 | 100110 | 110011 | 0 | 101100 | 1001001 | 10000001 | 100011 | 10100 |
Color Harmonies of #214426
Complementary color
Monochromatic Colors of #214426
Black with #214426
Text Example
Text Example
White with #214426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214426; }
p { color: rgb(33,68,38); }
H1.HeaderClassName
{
color: #214426;
}
.AnyTagClassName
{
color: #214426;
}
</style>
background-color css
<style>
a { background-color: #214426; }
a { background-color: rgb(33,68,38); }
div.DivClassName
{
background-color: #214426;
}
.BgClassName
{
background-color: #214426;
}
</style>
border-color css
<style>
span { border-color: #214426; }
span { border-color: rgb(33,68,38); }
td.TdClassName
{
border-color: #214426;
}
.TagClassName
{
border-color: #214426;
}
</style>