Shades of Gordons Green #212821
Tints of Gordons Green #212821
RGB
CMYK
RGB Variations
Color information
#212821 (or 0x212821) is known color: Gordons Green. HEX triplet: 21, 28 and 21. RGB value is (33,40,33). Sum of RGB (Red+Green+Blue) = 33+40+33=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 40 - color contains mainly: green. Hex color #212821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212821 is #DED7DE. Grayscale: #252525. Windows color (decimal): -14604255 or 2172961. OLE color: 2172961.
HSL color Cylindrical-coordinate representation of color #212821: hue angle of 120º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #212821 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 40 | 33 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.84 |
| HSL | 120º | 0.1% | 0.14% | - |
| HSV(B) | 120º | 0.18% | 0.16% | - |
| XYZ | 1.66 | 1.95 | 1.73 | - |
| YUV | 37.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 33 | 0.17 | 0 | 0.17 | 0.84 | 120 | 0.1 | 0.14 |
| Hex | 21 | 28 | 21 | 11 | 0 | 11 | 54 | 78 | A | E |
| Octal | 41 | 50 | 41 | 21 | 0 | 21 | 124 | 170 | 12 | 16 |
| Binary | 100001 | 101000 | 100001 | 10001 | 0 | 10001 | 1010100 | 1111000 | 1010 | 1110 |
Color Harmonies of #212821
Complementary color
Monochromatic Colors of #212821
Black with #212821
Text Example
Text Example
White with #212821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212821; }
p { color: rgb(33,40,33); }
H1.HeaderClassName
{
color: #212821;
}
.AnyTagClassName
{
color: #212821;
}
</style>
background-color css
<style>
a { background-color: #212821; }
a { background-color: rgb(33,40,33); }
div.DivClassName
{
background-color: #212821;
}
.BgClassName
{
background-color: #212821;
}
</style>
border-color css
<style>
span { border-color: #212821; }
span { border-color: rgb(33,40,33); }
td.TdClassName
{
border-color: #212821;
}
.TagClassName
{
border-color: #212821;
}
</style>