Shades of Gordons Green #212D22
Tints of Gordons Green #212D22
RGB
CMYK
RGB Variations
Color information
#212D22 (or 0x212D22) is known color: Gordons Green. HEX triplet: 21, 2D and 22. RGB value is (33,45,34). Sum of RGB (Red+Green+Blue) = 33+45+34=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 45 - color contains mainly: green. Hex color #212D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D22 is #DED2DD. Grayscale: #282828. Windows color (decimal): -14602974 or 2239777. OLE color: 2239777.
HSL color Cylindrical-coordinate representation of color #212D22: hue angle of 125º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #212D22 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 45 | 34 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.82 |
| HSL | 125º | 0.15% | 0.15% | - |
| HSV(B) | 125º | 0.27% | 0.18% | - |
| XYZ | 1.85 | 2.32 | 1.86 | - |
| YUV | 40.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 34 | 0.27 | 0 | 0.24 | 0.82 | 125 | 0.15 | 0.15 |
| Hex | 21 | 2D | 22 | 1B | 0 | 18 | 52 | 7D | F | F |
| Octal | 41 | 55 | 42 | 33 | 0 | 30 | 122 | 175 | 17 | 17 |
| Binary | 100001 | 101101 | 100010 | 11011 | 0 | 11000 | 1010010 | 1111101 | 1111 | 1111 |
Color Harmonies of #212D22
Complementary color
Monochromatic Colors of #212D22
Black with #212D22
Text Example
Text Example
White with #212D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D22; }
p { color: rgb(33,45,34); }
H1.HeaderClassName
{
color: #212D22;
}
.AnyTagClassName
{
color: #212D22;
}
</style>
background-color css
<style>
a { background-color: #212D22; }
a { background-color: rgb(33,45,34); }
div.DivClassName
{
background-color: #212D22;
}
.BgClassName
{
background-color: #212D22;
}
</style>
border-color css
<style>
span { border-color: #212D22; }
span { border-color: rgb(33,45,34); }
td.TdClassName
{
border-color: #212D22;
}
.TagClassName
{
border-color: #212D22;
}
</style>