Shades of Gordons Green #212621
Tints of Gordons Green #212621
RGB
CMYK
RGB Variations
Color information
#212621 (or 0x212621) is known color: Gordons Green. HEX triplet: 21, 26 and 21. RGB value is (33,38,33). Sum of RGB (Red+Green+Blue) = 33+38+33=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 38 - color contains mainly: green. Hex color #212621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212621 is #DED9DE. Grayscale: #232323. Windows color (decimal): -14604767 or 2172449. OLE color: 2172449.
HSL color Cylindrical-coordinate representation of color #212621: hue angle of 120º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #212621 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 38 | 33 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.85 |
| HSL | 120º | 0.07% | 0.14% | - |
| HSV(B) | 120º | 0.13% | 0.15% | - |
| XYZ | 1.59 | 1.82 | 1.71 | - |
| YUV | 35.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 33 | 0.13 | 0 | 0.13 | 0.85 | 120 | 0.07 | 0.14 |
| Hex | 21 | 26 | 21 | D | 0 | D | 55 | 78 | 7 | E |
| Octal | 41 | 46 | 41 | 15 | 0 | 15 | 125 | 170 | 7 | 16 |
| Binary | 100001 | 100110 | 100001 | 1101 | 0 | 1101 | 1010101 | 1111000 | 111 | 1110 |
Color Harmonies of #212621
Complementary color
Monochromatic Colors of #212621
Black with #212621
Text Example
Text Example
White with #212621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212621; }
p { color: rgb(33,38,33); }
H1.HeaderClassName
{
color: #212621;
}
.AnyTagClassName
{
color: #212621;
}
</style>
background-color css
<style>
a { background-color: #212621; }
a { background-color: rgb(33,38,33); }
div.DivClassName
{
background-color: #212621;
}
.BgClassName
{
background-color: #212621;
}
</style>
border-color css
<style>
span { border-color: #212621; }
span { border-color: rgb(33,38,33); }
td.TdClassName
{
border-color: #212621;
}
.TagClassName
{
border-color: #212621;
}
</style>