Shades of Gordons Green #1E3922
Tints of Gordons Green #1E3922
RGB
CMYK
RGB Variations
Color information
#1E3922 (or 0x1E3922) is known color: Gordons Green. HEX triplet: 1E, 39 and 22. RGB value is (30,57,34). Sum of RGB (Red+Green+Blue) = 30+57+34=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #1E3922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3922 is #E1C6DD. Grayscale: #2E2E2E. Windows color (decimal): -14796510 or 2242846. OLE color: 2242846.
HSL color Cylindrical-coordinate representation of color #1E3922: hue angle of 128.89º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E3922 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 57 | 34 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.78 |
| HSL | 128.89º | 0.31% | 0.17% | - |
| HSV(B) | 128.89º | 0.47% | 0.22% | - |
| XYZ | 2.29 | 3.32 | 2.03 | - |
| YUV | 46.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 34 | 0.47 | 0 | 0.40 | 0.78 | 128.89 | 0.31 | 0.17 |
| Hex | 1E | 39 | 22 | 2F | 0 | 28 | 4E | 81 | 1F | 11 |
| Octal | 36 | 71 | 42 | 57 | 0 | 50 | 116 | 201 | 37 | 21 |
| Binary | 11110 | 111001 | 100010 | 101111 | 0 | 101000 | 1001110 | 10000001 | 11111 | 10001 |
Color Harmonies of #1E3922
Complementary color
Monochromatic Colors of #1E3922
Black with #1E3922
Text Example
Text Example
White with #1E3922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3922; }
p { color: rgb(30,57,34); }
H1.HeaderClassName
{
color: #1E3922;
}
.AnyTagClassName
{
color: #1E3922;
}
</style>
background-color css
<style>
a { background-color: #1E3922; }
a { background-color: rgb(30,57,34); }
div.DivClassName
{
background-color: #1E3922;
}
.BgClassName
{
background-color: #1E3922;
}
</style>
border-color css
<style>
span { border-color: #1E3922; }
span { border-color: rgb(30,57,34); }
td.TdClassName
{
border-color: #1E3922;
}
.TagClassName
{
border-color: #1E3922;
}
</style>