Shades of County Green #1C5338
Tints of County Green #1C5338
RGB
CMYK
RGB Variations
Color information
#1C5338 (or 0x1C5338) is known color: County Green. HEX triplet: 1C, 53 and 38. RGB value is (28,83,56). Sum of RGB (Red+Green+Blue) = 28+83+56=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5338 is #E3ACC7. Grayscale: #3F3F3F. Windows color (decimal): -14920904 or 3691292. OLE color: 3691292.
HSL color Cylindrical-coordinate representation of color #1C5338: hue angle of 150.55º 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 #1C5338 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 56 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.67 |
| HSL | 150.55º | 0.5% | 0.22% | - |
| HSV(B) | 150.55º | 0.66% | 0.33% | - |
| XYZ | 4.29 | 6.72 | 4.81 | - |
| YUV | 63.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 56 | 0.66 | 0 | 0.33 | 0.67 | 150.55 | 0.5 | 0.22 |
| Hex | 1C | 53 | 38 | 42 | 0 | 21 | 43 | 97 | 32 | 16 |
| Octal | 34 | 123 | 70 | 102 | 0 | 41 | 103 | 227 | 62 | 26 |
| Binary | 11100 | 1010011 | 111000 | 1000010 | 0 | 100001 | 1000011 | 10010111 | 110010 | 10110 |
Color Harmonies of #1C5338
Complementary color
Monochromatic Colors of #1C5338
Black with #1C5338
Text Example
Text Example
White with #1C5338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5338; }
p { color: rgb(28,83,56); }
H1.HeaderClassName
{
color: #1C5338;
}
.AnyTagClassName
{
color: #1C5338;
}
</style>
background-color css
<style>
a { background-color: #1C5338; }
a { background-color: rgb(28,83,56); }
div.DivClassName
{
background-color: #1C5338;
}
.BgClassName
{
background-color: #1C5338;
}
</style>
border-color css
<style>
span { border-color: #1C5338; }
span { border-color: rgb(28,83,56); }
td.TdClassName
{
border-color: #1C5338;
}
.TagClassName
{
border-color: #1C5338;
}
</style>