Shades of Gordons Green #213F28
Tints of Gordons Green #213F28
RGB
CMYK
RGB Variations
Color information
#213F28 (or 0x213F28) is known color: Gordons Green. HEX triplet: 21, 3F and 28. RGB value is (33,63,40). Sum of RGB (Red+Green+Blue) = 33+63+40=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 63 - color contains mainly: green. Hex color #213F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F28 is #DEC0D7. Grayscale: #333333. Windows color (decimal): -14598360 or 2637601. OLE color: 2637601.
HSL color Cylindrical-coordinate representation of color #213F28: hue angle of 134º 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 #213F28 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 63 | 40 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.75 |
| HSL | 134º | 0.31% | 0.19% | - |
| HSV(B) | 134º | 0.48% | 0.25% | - |
| XYZ | 2.79 | 4.03 | 2.64 | - |
| YUV | 51.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 40 | 0.48 | 0 | 0.37 | 0.75 | 134 | 0.31 | 0.19 |
| Hex | 21 | 3F | 28 | 30 | 0 | 25 | 4B | 86 | 1F | 13 |
| Octal | 41 | 77 | 50 | 60 | 0 | 45 | 113 | 206 | 37 | 23 |
| Binary | 100001 | 111111 | 101000 | 110000 | 0 | 100101 | 1001011 | 10000110 | 11111 | 10011 |
Color Harmonies of #213F28
Complementary color
Monochromatic Colors of #213F28
Black with #213F28
Text Example
Text Example
White with #213F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F28; }
p { color: rgb(33,63,40); }
H1.HeaderClassName
{
color: #213F28;
}
.AnyTagClassName
{
color: #213F28;
}
</style>
background-color css
<style>
a { background-color: #213F28; }
a { background-color: rgb(33,63,40); }
div.DivClassName
{
background-color: #213F28;
}
.BgClassName
{
background-color: #213F28;
}
</style>
border-color css
<style>
span { border-color: #213F28; }
span { border-color: rgb(33,63,40); }
td.TdClassName
{
border-color: #213F28;
}
.TagClassName
{
border-color: #213F28;
}
</style>