Shades of County Green #1C5237
Tints of County Green #1C5237
RGB
CMYK
RGB Variations
Color information
#1C5237 (or 0x1C5237) is known color: County Green. HEX triplet: 1C, 52 and 37. RGB value is (28,82,55). Sum of RGB (Red+Green+Blue) = 28+82+55=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #1C5237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5237 is #E3ADC8. Grayscale: #3E3E3E. Windows color (decimal): -14921161 or 3625500. OLE color: 3625500.
HSL color Cylindrical-coordinate representation of color #1C5237: hue angle of 150º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C5237 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 82 | 55 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.68 |
| HSL | 150º | 0.49% | 0.22% | - |
| HSV(B) | 150º | 0.66% | 0.32% | - |
| XYZ | 4.19 | 6.56 | 4.66 | - |
| YUV | 62.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 82 | 55 | 0.66 | 0 | 0.33 | 0.68 | 150 | 0.49 | 0.22 |
| Hex | 1C | 52 | 37 | 42 | 0 | 21 | 44 | 96 | 31 | 16 |
| Octal | 34 | 122 | 67 | 102 | 0 | 41 | 104 | 226 | 61 | 26 |
| Binary | 11100 | 1010010 | 110111 | 1000010 | 0 | 100001 | 1000100 | 10010110 | 110001 | 10110 |
Color Harmonies of #1C5237
Complementary color
Monochromatic Colors of #1C5237
Black with #1C5237
Text Example
Text Example
White with #1C5237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5237; }
p { color: rgb(28,82,55); }
H1.HeaderClassName
{
color: #1C5237;
}
.AnyTagClassName
{
color: #1C5237;
}
</style>
background-color css
<style>
a { background-color: #1C5237; }
a { background-color: rgb(28,82,55); }
div.DivClassName
{
background-color: #1C5237;
}
.BgClassName
{
background-color: #1C5237;
}
</style>
border-color css
<style>
span { border-color: #1C5237; }
span { border-color: rgb(28,82,55); }
td.TdClassName
{
border-color: #1C5237;
}
.TagClassName
{
border-color: #1C5237;
}
</style>