Shades of Gordons Green #214125
Tints of Gordons Green #214125
RGB
CMYK
RGB Variations
Color information
#214125 (or 0x214125) is known color: Gordons Green. HEX triplet: 21, 41 and 25. RGB value is (33,65,37). Sum of RGB (Red+Green+Blue) = 33+65+37=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #214125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214125 is #DEBEDA. Grayscale: #343434. Windows color (decimal): -14597851 or 2441505. OLE color: 2441505.
HSL color Cylindrical-coordinate representation of color #214125: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #214125 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 65 | 37 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.75 |
| HSL | 127.5º | 0.33% | 0.19% | - |
| HSV(B) | 127.5º | 0.49% | 0.25% | - |
| XYZ | 2.85 | 4.24 | 2.42 | - |
| YUV | 52.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 37 | 0.49 | 0 | 0.43 | 0.75 | 127.5 | 0.33 | 0.19 |
| Hex | 21 | 41 | 25 | 31 | 0 | 2B | 4B | 80 | 21 | 13 |
| Octal | 41 | 101 | 45 | 61 | 0 | 53 | 113 | 200 | 41 | 23 |
| Binary | 100001 | 1000001 | 100101 | 110001 | 0 | 101011 | 1001011 | 10000000 | 100001 | 10011 |
Color Harmonies of #214125
Complementary color
Monochromatic Colors of #214125
Black with #214125
Text Example
Text Example
White with #214125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214125; }
p { color: rgb(33,65,37); }
H1.HeaderClassName
{
color: #214125;
}
.AnyTagClassName
{
color: #214125;
}
</style>
background-color css
<style>
a { background-color: #214125; }
a { background-color: rgb(33,65,37); }
div.DivClassName
{
background-color: #214125;
}
.BgClassName
{
background-color: #214125;
}
</style>
border-color css
<style>
span { border-color: #214125; }
span { border-color: rgb(33,65,37); }
td.TdClassName
{
border-color: #214125;
}
.TagClassName
{
border-color: #214125;
}
</style>