Shades of County Green #1E4D35
Tints of County Green #1E4D35
RGB
CMYK
RGB Variations
Color information
#1E4D35 (or 0x1E4D35) is known color: County Green. HEX triplet: 1E, 4D and 35. RGB value is (30,77,53). Sum of RGB (Red+Green+Blue) = 30+77+53=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 77 - color contains mainly: green. Hex color #1E4D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4D35 is #E1B2CA. Grayscale: #3C3C3C. Windows color (decimal): -14791371 or 3493150. OLE color: 3493150.
HSL color Cylindrical-coordinate representation of color #1E4D35: hue angle of 149.36º 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 #1E4D35 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 30 | 77 | 53 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.70 |
| HSL | 149.36º | 0.44% | 0.21% | - |
| HSV(B) | 149.36º | 0.61% | 0.3% | - |
| XYZ | 3.83 | 5.84 | 4.29 | - |
| YUV | 60.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 77 | 53 | 0.61 | 0 | 0.31 | 0.70 | 149.36 | 0.44 | 0.21 |
| Hex | 1E | 4D | 35 | 3D | 0 | 1F | 46 | 95 | 2C | 15 |
| Octal | 36 | 115 | 65 | 75 | 0 | 37 | 106 | 225 | 54 | 25 |
| Binary | 11110 | 1001101 | 110101 | 111101 | 0 | 11111 | 1000110 | 10010101 | 101100 | 10101 |
Color Harmonies of #1E4D35
Complementary color
Monochromatic Colors of #1E4D35
Black with #1E4D35
Text Example
Text Example
White with #1E4D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4D35; }
p { color: rgb(30,77,53); }
H1.HeaderClassName
{
color: #1E4D35;
}
.AnyTagClassName
{
color: #1E4D35;
}
</style>
background-color css
<style>
a { background-color: #1E4D35; }
a { background-color: rgb(30,77,53); }
div.DivClassName
{
background-color: #1E4D35;
}
.BgClassName
{
background-color: #1E4D35;
}
</style>
border-color css
<style>
span { border-color: #1E4D35; }
span { border-color: rgb(30,77,53); }
td.TdClassName
{
border-color: #1E4D35;
}
.TagClassName
{
border-color: #1E4D35;
}
</style>