Shades of Gordons Green #213A26
Tints of Gordons Green #213A26
RGB
CMYK
RGB Variations
Color information
#213A26 (or 0x213A26) is known color: Gordons Green. HEX triplet: 21, 3A and 26. RGB value is (33,58,38). Sum of RGB (Red+Green+Blue) = 33+58+38=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 58 - color contains mainly: green. Hex color #213A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A26 is #DEC5D9. Grayscale: #303030. Windows color (decimal): -14599642 or 2505249. OLE color: 2505249.
HSL color Cylindrical-coordinate representation of color #213A26: hue angle of 132º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #213A26 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 58 | 38 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.77 |
| HSL | 132º | 0.27% | 0.18% | - |
| HSV(B) | 132º | 0.43% | 0.23% | - |
| XYZ | 2.49 | 3.49 | 2.38 | - |
| YUV | 48.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 38 | 0.43 | 0 | 0.34 | 0.77 | 132 | 0.27 | 0.18 |
| Hex | 21 | 3A | 26 | 2B | 0 | 22 | 4D | 84 | 1B | 12 |
| Octal | 41 | 72 | 46 | 53 | 0 | 42 | 115 | 204 | 33 | 22 |
| Binary | 100001 | 111010 | 100110 | 101011 | 0 | 100010 | 1001101 | 10000100 | 11011 | 10010 |
Color Harmonies of #213A26
Complementary color
Monochromatic Colors of #213A26
Black with #213A26
Text Example
Text Example
White with #213A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213A26; }
p { color: rgb(33,58,38); }
H1.HeaderClassName
{
color: #213A26;
}
.AnyTagClassName
{
color: #213A26;
}
</style>
background-color css
<style>
a { background-color: #213A26; }
a { background-color: rgb(33,58,38); }
div.DivClassName
{
background-color: #213A26;
}
.BgClassName
{
background-color: #213A26;
}
</style>
border-color css
<style>
span { border-color: #213A26; }
span { border-color: rgb(33,58,38); }
td.TdClassName
{
border-color: #213A26;
}
.TagClassName
{
border-color: #213A26;
}
</style>