Shades of Gordons Green #212A21
Tints of Gordons Green #212A21
RGB
CMYK
RGB Variations
Color information
#212A21 (or 0x212A21) is known color: Gordons Green. HEX triplet: 21, 2A and 21. RGB value is (33,42,33). Sum of RGB (Red+Green+Blue) = 33+42+33=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 42 - color contains mainly: green. Hex color #212A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A21 is #DED5DE. Grayscale: #262626. Windows color (decimal): -14603743 or 2173473. OLE color: 2173473.
HSL color Cylindrical-coordinate representation of color #212A21: hue angle of 120º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #212A21 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 42 | 33 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.84 |
| HSL | 120º | 0.12% | 0.15% | - |
| HSV(B) | 120º | 0.21% | 0.16% | - |
| XYZ | 1.73 | 2.09 | 1.75 | - |
| YUV | 38.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 33 | 0.21 | 0 | 0.21 | 0.84 | 120 | 0.12 | 0.15 |
| Hex | 21 | 2A | 21 | 15 | 0 | 15 | 54 | 78 | C | F |
| Octal | 41 | 52 | 41 | 25 | 0 | 25 | 124 | 170 | 14 | 17 |
| Binary | 100001 | 101010 | 100001 | 10101 | 0 | 10101 | 1010100 | 1111000 | 1100 | 1111 |
Color Harmonies of #212A21
Complementary color
Monochromatic Colors of #212A21
Black with #212A21
Text Example
Text Example
White with #212A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A21; }
p { color: rgb(33,42,33); }
H1.HeaderClassName
{
color: #212A21;
}
.AnyTagClassName
{
color: #212A21;
}
</style>
background-color css
<style>
a { background-color: #212A21; }
a { background-color: rgb(33,42,33); }
div.DivClassName
{
background-color: #212A21;
}
.BgClassName
{
background-color: #212A21;
}
</style>
border-color css
<style>
span { border-color: #212A21; }
span { border-color: rgb(33,42,33); }
td.TdClassName
{
border-color: #212A21;
}
.TagClassName
{
border-color: #212A21;
}
</style>