Shades of Gordons Green #212C21
Tints of Gordons Green #212C21
RGB
CMYK
RGB Variations
Color information
#212C21 (or 0x212C21) is known color: Gordons Green. HEX triplet: 21, 2C and 21. RGB value is (33,44,33). Sum of RGB (Red+Green+Blue) = 33+44+33=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 44 - color contains mainly: green. Hex color #212C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C21 is #DED3DE. Grayscale: #272727. Windows color (decimal): -14603231 or 2173985. OLE color: 2173985.
HSL color Cylindrical-coordinate representation of color #212C21: hue angle of 120º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #212C21 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 44 | 33 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.83 |
| HSL | 120º | 0.14% | 0.15% | - |
| HSV(B) | 120º | 0.25% | 0.17% | - |
| XYZ | 1.8 | 2.23 | 1.78 | - |
| YUV | 39.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 33 | 0.25 | 0 | 0.25 | 0.83 | 120 | 0.14 | 0.15 |
| Hex | 21 | 2C | 21 | 19 | 0 | 19 | 53 | 78 | E | F |
| Octal | 41 | 54 | 41 | 31 | 0 | 31 | 123 | 170 | 16 | 17 |
| Binary | 100001 | 101100 | 100001 | 11001 | 0 | 11001 | 1010011 | 1111000 | 1110 | 1111 |
Color Harmonies of #212C21
Complementary color
Monochromatic Colors of #212C21
Black with #212C21
Text Example
Text Example
White with #212C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212C21; }
p { color: rgb(33,44,33); }
H1.HeaderClassName
{
color: #212C21;
}
.AnyTagClassName
{
color: #212C21;
}
</style>
background-color css
<style>
a { background-color: #212C21; }
a { background-color: rgb(33,44,33); }
div.DivClassName
{
background-color: #212C21;
}
.BgClassName
{
background-color: #212C21;
}
</style>
border-color css
<style>
span { border-color: #212C21; }
span { border-color: rgb(33,44,33); }
td.TdClassName
{
border-color: #212C21;
}
.TagClassName
{
border-color: #212C21;
}
</style>