Shades of Gordons Green #1E3C23
Tints of Gordons Green #1E3C23
RGB
CMYK
RGB Variations
Color information
#1E3C23 (or 0x1E3C23) is known color: Gordons Green. HEX triplet: 1E, 3C and 23. RGB value is (30,60,35). Sum of RGB (Red+Green+Blue) = 30+60+35=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 60 - color contains mainly: green. Hex color #1E3C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3C23 is #E1C3DC. Grayscale: #303030. Windows color (decimal): -14795741 or 2309150. OLE color: 2309150.
HSL color Cylindrical-coordinate representation of color #1E3C23: hue angle of 130º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E3C23 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 60 | 35 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.76 |
| HSL | 130º | 0.33% | 0.18% | - |
| HSV(B) | 130º | 0.5% | 0.24% | - |
| XYZ | 2.45 | 3.63 | 2.16 | - |
| YUV | 48.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 60 | 35 | 0.50 | 0 | 0.42 | 0.76 | 130 | 0.33 | 0.18 |
| Hex | 1E | 3C | 23 | 32 | 0 | 2A | 4C | 82 | 21 | 12 |
| Octal | 36 | 74 | 43 | 62 | 0 | 52 | 114 | 202 | 41 | 22 |
| Binary | 11110 | 111100 | 100011 | 110010 | 0 | 101010 | 1001100 | 10000010 | 100001 | 10010 |
Color Harmonies of #1E3C23
Complementary color
Monochromatic Colors of #1E3C23
Black with #1E3C23
Text Example
Text Example
White with #1E3C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3C23; }
p { color: rgb(30,60,35); }
H1.HeaderClassName
{
color: #1E3C23;
}
.AnyTagClassName
{
color: #1E3C23;
}
</style>
background-color css
<style>
a { background-color: #1E3C23; }
a { background-color: rgb(30,60,35); }
div.DivClassName
{
background-color: #1E3C23;
}
.BgClassName
{
background-color: #1E3C23;
}
</style>
border-color css
<style>
span { border-color: #1E3C23; }
span { border-color: rgb(30,60,35); }
td.TdClassName
{
border-color: #1E3C23;
}
.TagClassName
{
border-color: #1E3C23;
}
</style>