Shades of County Green #1E4D3A
Tints of County Green #1E4D3A
RGB
CMYK
RGB Variations
Color information
#1E4D3A (or 0x1E4D3A) is known color: County Green. HEX triplet: 1E, 4D and 3A. RGB value is (30,77,58). Sum of RGB (Red+Green+Blue) = 30+77+58=165 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.18% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #1E4D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4D3A is #E1B2C5. Grayscale: #3C3C3C. Windows color (decimal): -14791366 or 3820830. OLE color: 3820830.
HSL color Cylindrical-coordinate representation of color #1E4D3A: hue angle of 155.74º 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 #1E4D3A is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 30 | 77 | 58 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.70 |
| HSL | 155.74º | 0.44% | 0.21% | - |
| HSV(B) | 155.74º | 0.61% | 0.3% | - |
| XYZ | 3.95 | 5.89 | 4.93 | - |
| YUV | 60.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 77 | 58 | 0.61 | 0 | 0.25 | 0.70 | 155.74 | 0.44 | 0.21 |
| Hex | 1E | 4D | 3A | 3D | 0 | 19 | 46 | 9C | 2C | 15 |
| Octal | 36 | 115 | 72 | 75 | 0 | 31 | 106 | 234 | 54 | 25 |
| Binary | 11110 | 1001101 | 111010 | 111101 | 0 | 11001 | 1000110 | 10011100 | 101100 | 10101 |
Color Harmonies of #1E4D3A
Complementary color
Monochromatic Colors of #1E4D3A
Black with #1E4D3A
Text Example
Text Example
White with #1E4D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4D3A; }
p { color: rgb(30,77,58); }
H1.HeaderClassName
{
color: #1E4D3A;
}
.AnyTagClassName
{
color: #1E4D3A;
}
</style>
background-color css
<style>
a { background-color: #1E4D3A; }
a { background-color: rgb(30,77,58); }
div.DivClassName
{
background-color: #1E4D3A;
}
.BgClassName
{
background-color: #1E4D3A;
}
</style>
border-color css
<style>
span { border-color: #1E4D3A; }
span { border-color: rgb(30,77,58); }
td.TdClassName
{
border-color: #1E4D3A;
}
.TagClassName
{
border-color: #1E4D3A;
}
</style>