Shades of County Green #1E4D39
Tints of County Green #1E4D39
RGB
CMYK
RGB Variations
Color information
#1E4D39 (or 0x1E4D39) is known color: County Green. HEX triplet: 1E, 4D and 39. RGB value is (30,77,57). Sum of RGB (Red+Green+Blue) = 30+77+57=164 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.29% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #1E4D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4D39 is #E1B2C6. Grayscale: #3C3C3C. Windows color (decimal): -14791367 or 3755294. OLE color: 3755294.
HSL color Cylindrical-coordinate representation of color #1E4D39: hue angle of 154.47º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E4D39 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 30 | 77 | 57 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.70 |
| HSL | 154.47º | 0.44% | 0.21% | - |
| HSV(B) | 154.47º | 0.61% | 0.3% | - |
| XYZ | 3.93 | 5.88 | 4.8 | - |
| YUV | 60.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 77 | 57 | 0.61 | 0 | 0.26 | 0.70 | 154.47 | 0.44 | 0.21 |
| Hex | 1E | 4D | 39 | 3D | 0 | 1A | 46 | 9A | 2C | 15 |
| Octal | 36 | 115 | 71 | 75 | 0 | 32 | 106 | 232 | 54 | 25 |
| Binary | 11110 | 1001101 | 111001 | 111101 | 0 | 11010 | 1000110 | 10011010 | 101100 | 10101 |
Color Harmonies of #1E4D39
Complementary color
Monochromatic Colors of #1E4D39
Black with #1E4D39
Text Example
Text Example
White with #1E4D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4D39; }
p { color: rgb(30,77,57); }
H1.HeaderClassName
{
color: #1E4D39;
}
.AnyTagClassName
{
color: #1E4D39;
}
</style>
background-color css
<style>
a { background-color: #1E4D39; }
a { background-color: rgb(30,77,57); }
div.DivClassName
{
background-color: #1E4D39;
}
.BgClassName
{
background-color: #1E4D39;
}
</style>
border-color css
<style>
span { border-color: #1E4D39; }
span { border-color: rgb(30,77,57); }
td.TdClassName
{
border-color: #1E4D39;
}
.TagClassName
{
border-color: #1E4D39;
}
</style>