Shades of Gordons Green #1E4124
Tints of Gordons Green #1E4124
RGB
CMYK
RGB Variations
Color information
#1E4124 (or 0x1E4124) is known color: Gordons Green. HEX triplet: 1E, 41 and 24. RGB value is (30,65,36). Sum of RGB (Red+Green+Blue) = 30+65+36=131 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.90% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #1E4124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4124 is #E1BEDB. Grayscale: #333333. Windows color (decimal): -14794460 or 2375966. OLE color: 2375966.
HSL color Cylindrical-coordinate representation of color #1E4124: hue angle of 130.29º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E4124 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 65 | 36 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.75 |
| HSL | 130.29º | 0.37% | 0.19% | - |
| HSV(B) | 130.29º | 0.54% | 0.25% | - |
| XYZ | 2.74 | 4.18 | 2.33 | - |
| YUV | 51.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 36 | 0.54 | 0 | 0.45 | 0.75 | 130.29 | 0.37 | 0.19 |
| Hex | 1E | 41 | 24 | 36 | 0 | 2D | 4B | 82 | 25 | 13 |
| Octal | 36 | 101 | 44 | 66 | 0 | 55 | 113 | 202 | 45 | 23 |
| Binary | 11110 | 1000001 | 100100 | 110110 | 0 | 101101 | 1001011 | 10000010 | 100101 | 10011 |
Color Harmonies of #1E4124
Complementary color
Monochromatic Colors of #1E4124
Black with #1E4124
Text Example
Text Example
White with #1E4124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4124; }
p { color: rgb(30,65,36); }
H1.HeaderClassName
{
color: #1E4124;
}
.AnyTagClassName
{
color: #1E4124;
}
</style>
background-color css
<style>
a { background-color: #1E4124; }
a { background-color: rgb(30,65,36); }
div.DivClassName
{
background-color: #1E4124;
}
.BgClassName
{
background-color: #1E4124;
}
</style>
border-color css
<style>
span { border-color: #1E4124; }
span { border-color: rgb(30,65,36); }
td.TdClassName
{
border-color: #1E4124;
}
.TagClassName
{
border-color: #1E4124;
}
</style>