Shades of County Green #1C5135
Tints of County Green #1C5135
RGB
CMYK
RGB Variations
Color information
#1C5135 (or 0x1C5135) is known color: County Green. HEX triplet: 1C, 51 and 35. RGB value is (28,81,53). Sum of RGB (Red+Green+Blue) = 28+81+53=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #1C5135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5135 is #E3AECA. Grayscale: #3E3E3E. Windows color (decimal): -14921419 or 3494172. OLE color: 3494172.
HSL color Cylindrical-coordinate representation of color #1C5135: hue angle of 148.3º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C5135 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 81 | 53 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.68 |
| HSL | 148.3º | 0.49% | 0.21% | - |
| HSV(B) | 148.3º | 0.65% | 0.32% | - |
| XYZ | 4.06 | 6.39 | 4.39 | - |
| YUV | 61.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 81 | 53 | 0.65 | 0 | 0.35 | 0.68 | 148.3 | 0.49 | 0.21 |
| Hex | 1C | 51 | 35 | 41 | 0 | 23 | 44 | 94 | 31 | 15 |
| Octal | 34 | 121 | 65 | 101 | 0 | 43 | 104 | 224 | 61 | 25 |
| Binary | 11100 | 1010001 | 110101 | 1000001 | 0 | 100011 | 1000100 | 10010100 | 110001 | 10101 |
Color Harmonies of #1C5135
Complementary color
Monochromatic Colors of #1C5135
Black with #1C5135
Text Example
Text Example
White with #1C5135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5135; }
p { color: rgb(28,81,53); }
H1.HeaderClassName
{
color: #1C5135;
}
.AnyTagClassName
{
color: #1C5135;
}
</style>
background-color css
<style>
a { background-color: #1C5135; }
a { background-color: rgb(28,81,53); }
div.DivClassName
{
background-color: #1C5135;
}
.BgClassName
{
background-color: #1C5135;
}
</style>
border-color css
<style>
span { border-color: #1C5135; }
span { border-color: rgb(28,81,53); }
td.TdClassName
{
border-color: #1C5135;
}
.TagClassName
{
border-color: #1C5135;
}
</style>