Shades of Gordons Green #213F26
Tints of Gordons Green #213F26
RGB
CMYK
RGB Variations
Color information
#213F26 (or 0x213F26) is known color: Gordons Green. HEX triplet: 21, 3F and 26. RGB value is (33,63,38). Sum of RGB (Red+Green+Blue) = 33+63+38=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 63 - color contains mainly: green. Hex color #213F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F26 is #DEC0D9. Grayscale: #333333. Windows color (decimal): -14598362 or 2506529. OLE color: 2506529.
HSL color Cylindrical-coordinate representation of color #213F26: hue angle of 130º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213F26 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 63 | 38 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.75 |
| HSL | 130º | 0.31% | 0.19% | - |
| HSV(B) | 130º | 0.48% | 0.25% | - |
| XYZ | 2.75 | 4.02 | 2.46 | - |
| YUV | 51.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 38 | 0.48 | 0 | 0.40 | 0.75 | 130 | 0.31 | 0.19 |
| Hex | 21 | 3F | 26 | 30 | 0 | 28 | 4B | 82 | 1F | 13 |
| Octal | 41 | 77 | 46 | 60 | 0 | 50 | 113 | 202 | 37 | 23 |
| Binary | 100001 | 111111 | 100110 | 110000 | 0 | 101000 | 1001011 | 10000010 | 11111 | 10011 |
Color Harmonies of #213F26
Complementary color
Monochromatic Colors of #213F26
Black with #213F26
Text Example
Text Example
White with #213F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F26; }
p { color: rgb(33,63,38); }
H1.HeaderClassName
{
color: #213F26;
}
.AnyTagClassName
{
color: #213F26;
}
</style>
background-color css
<style>
a { background-color: #213F26; }
a { background-color: rgb(33,63,38); }
div.DivClassName
{
background-color: #213F26;
}
.BgClassName
{
background-color: #213F26;
}
</style>
border-color css
<style>
span { border-color: #213F26; }
span { border-color: rgb(33,63,38); }
td.TdClassName
{
border-color: #213F26;
}
.TagClassName
{
border-color: #213F26;
}
</style>