Shades of Gordons Green #212E22
Tints of Gordons Green #212E22
RGB
CMYK
RGB Variations
Color information
#212E22 (or 0x212E22) is known color: Gordons Green. HEX triplet: 21, 2E and 22. RGB value is (33,46,34). Sum of RGB (Red+Green+Blue) = 33+46+34=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 46 - color contains mainly: green. Hex color #212E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E22 is #DED1DD. Grayscale: #282828. Windows color (decimal): -14602718 or 2240033. OLE color: 2240033.
HSL color Cylindrical-coordinate representation of color #212E22: hue angle of 124.62º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #212E22 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 46 | 34 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.82 |
| HSL | 124.62º | 0.16% | 0.15% | - |
| HSV(B) | 124.62º | 0.28% | 0.18% | - |
| XYZ | 1.89 | 2.39 | 1.88 | - |
| YUV | 40.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 34 | 0.28 | 0 | 0.26 | 0.82 | 124.62 | 0.16 | 0.15 |
| Hex | 21 | 2E | 22 | 1C | 0 | 1A | 52 | 7D | 10 | F |
| Octal | 41 | 56 | 42 | 34 | 0 | 32 | 122 | 175 | 20 | 17 |
| Binary | 100001 | 101110 | 100010 | 11100 | 0 | 11010 | 1010010 | 1111101 | 10000 | 1111 |
Color Harmonies of #212E22
Complementary color
Monochromatic Colors of #212E22
Black with #212E22
Text Example
Text Example
White with #212E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E22; }
p { color: rgb(33,46,34); }
H1.HeaderClassName
{
color: #212E22;
}
.AnyTagClassName
{
color: #212E22;
}
</style>
background-color css
<style>
a { background-color: #212E22; }
a { background-color: rgb(33,46,34); }
div.DivClassName
{
background-color: #212E22;
}
.BgClassName
{
background-color: #212E22;
}
</style>
border-color css
<style>
span { border-color: #212E22; }
span { border-color: rgb(33,46,34); }
td.TdClassName
{
border-color: #212E22;
}
.TagClassName
{
border-color: #212E22;
}
</style>