Shades of County Green #1C5339
Tints of County Green #1C5339
RGB
CMYK
RGB Variations
Color information
#1C5339 (or 0x1C5339) is known color: County Green. HEX triplet: 1C, 53 and 39. RGB value is (28,83,57). Sum of RGB (Red+Green+Blue) = 28+83+57=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5339 is #E3ACC6. Grayscale: #3F3F3F. Windows color (decimal): -14920903 or 3756828. OLE color: 3756828.
HSL color Cylindrical-coordinate representation of color #1C5339: hue angle of 151.64º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C5339 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 57 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.67 |
| HSL | 151.64º | 0.5% | 0.22% | - |
| HSV(B) | 151.64º | 0.66% | 0.33% | - |
| XYZ | 4.31 | 6.73 | 4.94 | - |
| YUV | 63.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 57 | 0.66 | 0 | 0.31 | 0.67 | 151.64 | 0.5 | 0.22 |
| Hex | 1C | 53 | 39 | 42 | 0 | 1F | 43 | 98 | 32 | 16 |
| Octal | 34 | 123 | 71 | 102 | 0 | 37 | 103 | 230 | 62 | 26 |
| Binary | 11100 | 1010011 | 111001 | 1000010 | 0 | 11111 | 1000011 | 10011000 | 110010 | 10110 |
Color Harmonies of #1C5339
Complementary color
Monochromatic Colors of #1C5339
Black with #1C5339
Text Example
Text Example
White with #1C5339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5339; }
p { color: rgb(28,83,57); }
H1.HeaderClassName
{
color: #1C5339;
}
.AnyTagClassName
{
color: #1C5339;
}
</style>
background-color css
<style>
a { background-color: #1C5339; }
a { background-color: rgb(28,83,57); }
div.DivClassName
{
background-color: #1C5339;
}
.BgClassName
{
background-color: #1C5339;
}
</style>
border-color css
<style>
span { border-color: #1C5339; }
span { border-color: rgb(28,83,57); }
td.TdClassName
{
border-color: #1C5339;
}
.TagClassName
{
border-color: #1C5339;
}
</style>