Shades of Gordons Green #213E24
Tints of Gordons Green #213E24
RGB
CMYK
RGB Variations
Color information
#213E24 (or 0x213E24) is known color: Gordons Green. HEX triplet: 21, 3E and 24. RGB value is (33,62,36). Sum of RGB (Red+Green+Blue) = 33+62+36=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 62 (24.61% from 255 or 47.33% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 62 - color contains mainly: green. Hex color #213E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E24 is #DEC1DB. Grayscale: #323232. Windows color (decimal): -14598620 or 2375201. OLE color: 2375201.
HSL color Cylindrical-coordinate representation of color #213E24: hue angle of 126.21º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #213E24 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 62 | 36 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.76 |
| HSL | 126.21º | 0.31% | 0.19% | - |
| HSV(B) | 126.21º | 0.47% | 0.24% | - |
| XYZ | 2.67 | 3.9 | 2.28 | - |
| YUV | 50.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 36 | 0.47 | 0 | 0.42 | 0.76 | 126.21 | 0.31 | 0.19 |
| Hex | 21 | 3E | 24 | 2F | 0 | 2A | 4C | 7E | 1F | 13 |
| Octal | 41 | 76 | 44 | 57 | 0 | 52 | 114 | 176 | 37 | 23 |
| Binary | 100001 | 111110 | 100100 | 101111 | 0 | 101010 | 1001100 | 1111110 | 11111 | 10011 |
Color Harmonies of #213E24
Complementary color
Monochromatic Colors of #213E24
Black with #213E24
Text Example
Text Example
White with #213E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E24; }
p { color: rgb(33,62,36); }
H1.HeaderClassName
{
color: #213E24;
}
.AnyTagClassName
{
color: #213E24;
}
</style>
background-color css
<style>
a { background-color: #213E24; }
a { background-color: rgb(33,62,36); }
div.DivClassName
{
background-color: #213E24;
}
.BgClassName
{
background-color: #213E24;
}
</style>
border-color css
<style>
span { border-color: #213E24; }
span { border-color: rgb(33,62,36); }
td.TdClassName
{
border-color: #213E24;
}
.TagClassName
{
border-color: #213E24;
}
</style>