Shades of Gordons Green #214025
Tints of Gordons Green #214025
RGB
CMYK
RGB Variations
Color information
#214025 (or 0x214025) is known color: Gordons Green. HEX triplet: 21, 40 and 25. RGB value is (33,64,37). Sum of RGB (Red+Green+Blue) = 33+64+37=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #214025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214025 is #DEBFDA. Grayscale: #333333. Windows color (decimal): -14598107 or 2441249. OLE color: 2441249.
HSL color Cylindrical-coordinate representation of color #214025: hue angle of 127.74º degrees, saturation: 0.32, 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 #214025 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 64 | 37 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.75 |
| HSL | 127.74º | 0.32% | 0.19% | - |
| HSV(B) | 127.74º | 0.48% | 0.25% | - |
| XYZ | 2.79 | 4.12 | 2.4 | - |
| YUV | 51.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 37 | 0.48 | 0 | 0.42 | 0.75 | 127.74 | 0.32 | 0.19 |
| Hex | 21 | 40 | 25 | 30 | 0 | 2A | 4B | 80 | 20 | 13 |
| Octal | 41 | 100 | 45 | 60 | 0 | 52 | 113 | 200 | 40 | 23 |
| Binary | 100001 | 1000000 | 100101 | 110000 | 0 | 101010 | 1001011 | 10000000 | 100000 | 10011 |
Color Harmonies of #214025
Complementary color
Monochromatic Colors of #214025
Black with #214025
Text Example
Text Example
White with #214025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214025; }
p { color: rgb(33,64,37); }
H1.HeaderClassName
{
color: #214025;
}
.AnyTagClassName
{
color: #214025;
}
</style>
background-color css
<style>
a { background-color: #214025; }
a { background-color: rgb(33,64,37); }
div.DivClassName
{
background-color: #214025;
}
.BgClassName
{
background-color: #214025;
}
</style>
border-color css
<style>
span { border-color: #214025; }
span { border-color: rgb(33,64,37); }
td.TdClassName
{
border-color: #214025;
}
.TagClassName
{
border-color: #214025;
}
</style>