Shades of Gordons Green #212B21
Tints of Gordons Green #212B21
RGB
CMYK
RGB Variations
Color information
#212B21 (or 0x212B21) is known color: Gordons Green. HEX triplet: 21, 2B and 21. RGB value is (33,43,33). Sum of RGB (Red+Green+Blue) = 33+43+33=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 43 - color contains mainly: green. Hex color #212B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B21 is #DED4DE. Grayscale: #262626. Windows color (decimal): -14603487 or 2173729. OLE color: 2173729.
HSL color Cylindrical-coordinate representation of color #212B21: hue angle of 120º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #212B21 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 43 | 33 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.83 |
| HSL | 120º | 0.13% | 0.15% | - |
| HSV(B) | 120º | 0.23% | 0.17% | - |
| XYZ | 1.77 | 2.16 | 1.76 | - |
| YUV | 38.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 33 | 0.23 | 0 | 0.23 | 0.83 | 120 | 0.13 | 0.15 |
| Hex | 21 | 2B | 21 | 17 | 0 | 17 | 53 | 78 | D | F |
| Octal | 41 | 53 | 41 | 27 | 0 | 27 | 123 | 170 | 15 | 17 |
| Binary | 100001 | 101011 | 100001 | 10111 | 0 | 10111 | 1010011 | 1111000 | 1101 | 1111 |
Color Harmonies of #212B21
Complementary color
Monochromatic Colors of #212B21
Black with #212B21
Text Example
Text Example
White with #212B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B21; }
p { color: rgb(33,43,33); }
H1.HeaderClassName
{
color: #212B21;
}
.AnyTagClassName
{
color: #212B21;
}
</style>
background-color css
<style>
a { background-color: #212B21; }
a { background-color: rgb(33,43,33); }
div.DivClassName
{
background-color: #212B21;
}
.BgClassName
{
background-color: #212B21;
}
</style>
border-color css
<style>
span { border-color: #212B21; }
span { border-color: rgb(33,43,33); }
td.TdClassName
{
border-color: #212B21;
}
.TagClassName
{
border-color: #212B21;
}
</style>