Shades of Gordons Green #1E3E24
Tints of Gordons Green #1E3E24
RGB
CMYK
RGB Variations
Color information
#1E3E24 (or 0x1E3E24) is known color: Gordons Green. HEX triplet: 1E, 3E and 24. RGB value is (30,62,36). Sum of RGB (Red+Green+Blue) = 30+62+36=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #1E3E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3E24 is #E1C1DB. Grayscale: #313131. Windows color (decimal): -14795228 or 2375198. OLE color: 2375198.
HSL color Cylindrical-coordinate representation of color #1E3E24: hue angle of 131.25º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E3E24 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 62 | 36 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.76 |
| HSL | 131.25º | 0.35% | 0.18% | - |
| HSV(B) | 131.25º | 0.52% | 0.24% | - |
| XYZ | 2.58 | 3.85 | 2.28 | - |
| YUV | 49.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 36 | 0.52 | 0 | 0.42 | 0.76 | 131.25 | 0.35 | 0.18 |
| Hex | 1E | 3E | 24 | 34 | 0 | 2A | 4C | 83 | 23 | 12 |
| Octal | 36 | 76 | 44 | 64 | 0 | 52 | 114 | 203 | 43 | 22 |
| Binary | 11110 | 111110 | 100100 | 110100 | 0 | 101010 | 1001100 | 10000011 | 100011 | 10010 |
Color Harmonies of #1E3E24
Complementary color
Monochromatic Colors of #1E3E24
Black with #1E3E24
Text Example
Text Example
White with #1E3E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3E24; }
p { color: rgb(30,62,36); }
H1.HeaderClassName
{
color: #1E3E24;
}
.AnyTagClassName
{
color: #1E3E24;
}
</style>
background-color css
<style>
a { background-color: #1E3E24; }
a { background-color: rgb(30,62,36); }
div.DivClassName
{
background-color: #1E3E24;
}
.BgClassName
{
background-color: #1E3E24;
}
</style>
border-color css
<style>
span { border-color: #1E3E24; }
span { border-color: rgb(30,62,36); }
td.TdClassName
{
border-color: #1E3E24;
}
.TagClassName
{
border-color: #1E3E24;
}
</style>