Shades of County Green #1C5540
Tints of County Green #1C5540
RGB
CMYK
RGB Variations
Color information
#1C5540 (or 0x1C5540) is known color: County Green. HEX triplet: 1C, 55 and 40. RGB value is (28,85,64). Sum of RGB (Red+Green+Blue) = 28+85+64=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5540 is #E3AABF. Grayscale: #414141. Windows color (decimal): -14920384 or 4216092. OLE color: 4216092.
HSL color Cylindrical-coordinate representation of color #1C5540: hue angle of 157.89º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5540 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 85 | 64 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.67 |
| HSL | 157.89º | 0.5% | 0.22% | - |
| HSV(B) | 157.89º | 0.67% | 0.33% | - |
| XYZ | 4.65 | 7.11 | 5.98 | - |
| YUV | 65.56 | 127.12 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 85 | 64 | 0.67 | 0 | 0.25 | 0.67 | 157.89 | 0.5 | 0.22 |
| Hex | 1C | 55 | 40 | 43 | 0 | 19 | 43 | 9E | 32 | 16 |
| Octal | 34 | 125 | 100 | 103 | 0 | 31 | 103 | 236 | 62 | 26 |
| Binary | 11100 | 1010101 | 1000000 | 1000011 | 0 | 11001 | 1000011 | 10011110 | 110010 | 10110 |
Color Harmonies of #1C5540
Complementary color
Monochromatic Colors of #1C5540
Black with #1C5540
Text Example
Text Example
White with #1C5540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5540; }
p { color: rgb(28,85,64); }
H1.HeaderClassName
{
color: #1C5540;
}
.AnyTagClassName
{
color: #1C5540;
}
</style>
background-color css
<style>
a { background-color: #1C5540; }
a { background-color: rgb(28,85,64); }
div.DivClassName
{
background-color: #1C5540;
}
.BgClassName
{
background-color: #1C5540;
}
</style>
border-color css
<style>
span { border-color: #1C5540; }
span { border-color: rgb(28,85,64); }
td.TdClassName
{
border-color: #1C5540;
}
.TagClassName
{
border-color: #1C5540;
}
</style>