Shades of County Green #1C553E
Tints of County Green #1C553E
RGB
CMYK
RGB Variations
Color information
#1C553E (or 0x1C553E) is known color: County Green. HEX triplet: 1C, 55 and 3E. RGB value is (28,85,62). Sum of RGB (Red+Green+Blue) = 28+85+62=175 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #1C553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C553E is #E3AAC1. Grayscale: #414141. Windows color (decimal): -14920386 or 4085020. OLE color: 4085020.
HSL color Cylindrical-coordinate representation of color #1C553E: hue angle of 155.79º 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 #1C553E is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 85 | 62 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.67 |
| HSL | 155.79º | 0.5% | 0.22% | - |
| HSV(B) | 155.79º | 0.67% | 0.33% | - |
| XYZ | 4.6 | 7.09 | 5.68 | - |
| YUV | 65.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 85 | 62 | 0.67 | 0 | 0.27 | 0.67 | 155.79 | 0.5 | 0.22 |
| Hex | 1C | 55 | 3E | 43 | 0 | 1B | 43 | 9C | 32 | 16 |
| Octal | 34 | 125 | 76 | 103 | 0 | 33 | 103 | 234 | 62 | 26 |
| Binary | 11100 | 1010101 | 111110 | 1000011 | 0 | 11011 | 1000011 | 10011100 | 110010 | 10110 |
Color Harmonies of #1C553E
Complementary color
Monochromatic Colors of #1C553E
Black with #1C553E
Text Example
Text Example
White with #1C553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C553E; }
p { color: rgb(28,85,62); }
H1.HeaderClassName
{
color: #1C553E;
}
.AnyTagClassName
{
color: #1C553E;
}
</style>
background-color css
<style>
a { background-color: #1C553E; }
a { background-color: rgb(28,85,62); }
div.DivClassName
{
background-color: #1C553E;
}
.BgClassName
{
background-color: #1C553E;
}
</style>
border-color css
<style>
span { border-color: #1C553E; }
span { border-color: rgb(28,85,62); }
td.TdClassName
{
border-color: #1C553E;
}
.TagClassName
{
border-color: #1C553E;
}
</style>