Shades of County Green #1E4935
Tints of County Green #1E4935
RGB
CMYK
RGB Variations
Color information
#1E4935 (or 0x1E4935) is known color: County Green. HEX triplet: 1E, 49 and 35. RGB value is (30,73,53). Sum of RGB (Red+Green+Blue) = 30+73+53=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #1E4935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4935 is #E1B6CA. Grayscale: #393939. Windows color (decimal): -14792395 or 3492126. OLE color: 3492126.
HSL color Cylindrical-coordinate representation of color #1E4935: hue angle of 152.09º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E4935 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 73 | 53 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.71 |
| HSL | 152.09º | 0.42% | 0.2% | - |
| HSV(B) | 152.09º | 0.59% | 0.29% | - |
| XYZ | 3.56 | 5.3 | 4.2 | - |
| YUV | 57.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 53 | 0.59 | 0 | 0.27 | 0.71 | 152.09 | 0.42 | 0.2 |
| Hex | 1E | 49 | 35 | 3B | 0 | 1B | 47 | 98 | 2A | 14 |
| Octal | 36 | 111 | 65 | 73 | 0 | 33 | 107 | 230 | 52 | 24 |
| Binary | 11110 | 1001001 | 110101 | 111011 | 0 | 11011 | 1000111 | 10011000 | 101010 | 10100 |
Color Harmonies of #1E4935
Complementary color
Monochromatic Colors of #1E4935
Black with #1E4935
Text Example
Text Example
White with #1E4935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4935; }
p { color: rgb(30,73,53); }
H1.HeaderClassName
{
color: #1E4935;
}
.AnyTagClassName
{
color: #1E4935;
}
</style>
background-color css
<style>
a { background-color: #1E4935; }
a { background-color: rgb(30,73,53); }
div.DivClassName
{
background-color: #1E4935;
}
.BgClassName
{
background-color: #1E4935;
}
</style>
border-color css
<style>
span { border-color: #1E4935; }
span { border-color: rgb(30,73,53); }
td.TdClassName
{
border-color: #1E4935;
}
.TagClassName
{
border-color: #1E4935;
}
</style>