Shades of County Green #1E563C
Tints of County Green #1E563C
RGB
CMYK
RGB Variations
Color information
#1E563C (or 0x1E563C) is known color: County Green. HEX triplet: 1E, 56 and 3C. RGB value is (30,86,60). Sum of RGB (Red+Green+Blue) = 30+86+60=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #1E563C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E563C is #E1A9C3. Grayscale: #424242. Windows color (decimal): -14789060 or 3954206. OLE color: 3954206.
HSL color Cylindrical-coordinate representation of color #1E563C: hue angle of 152.14º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E563C is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 30 | 86 | 60 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.66 |
| HSL | 152.14º | 0.48% | 0.23% | - |
| HSV(B) | 152.14º | 0.65% | 0.34% | - |
| XYZ | 4.68 | 7.26 | 5.43 | - |
| YUV | 66.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 86 | 60 | 0.65 | 0 | 0.30 | 0.66 | 152.14 | 0.48 | 0.23 |
| Hex | 1E | 56 | 3C | 41 | 0 | 1E | 42 | 98 | 30 | 17 |
| Octal | 36 | 126 | 74 | 101 | 0 | 36 | 102 | 230 | 60 | 27 |
| Binary | 11110 | 1010110 | 111100 | 1000001 | 0 | 11110 | 1000010 | 10011000 | 110000 | 10111 |
Color Harmonies of #1E563C
Complementary color
Monochromatic Colors of #1E563C
Black with #1E563C
Text Example
Text Example
White with #1E563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E563C; }
p { color: rgb(30,86,60); }
H1.HeaderClassName
{
color: #1E563C;
}
.AnyTagClassName
{
color: #1E563C;
}
</style>
background-color css
<style>
a { background-color: #1E563C; }
a { background-color: rgb(30,86,60); }
div.DivClassName
{
background-color: #1E563C;
}
.BgClassName
{
background-color: #1E563C;
}
</style>
border-color css
<style>
span { border-color: #1E563C; }
span { border-color: rgb(30,86,60); }
td.TdClassName
{
border-color: #1E563C;
}
.TagClassName
{
border-color: #1E563C;
}
</style>