Shades of County Green #1C5138
Tints of County Green #1C5138
RGB
CMYK
RGB Variations
Color information
#1C5138 (or 0x1C5138) is known color: County Green. HEX triplet: 1C, 51 and 38. RGB value is (28,81,56). Sum of RGB (Red+Green+Blue) = 28+81+56=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #1C5138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5138 is #E3AEC7. Grayscale: #3E3E3E. Windows color (decimal): -14921416 or 3690780. OLE color: 3690780.
HSL color Cylindrical-coordinate representation of color #1C5138: hue angle of 151.7º 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 #1C5138 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 81 | 56 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.68 |
| HSL | 151.7º | 0.49% | 0.21% | - |
| HSV(B) | 151.7º | 0.65% | 0.32% | - |
| XYZ | 4.14 | 6.42 | 4.76 | - |
| YUV | 62.3 | 124.44 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 81 | 56 | 0.65 | 0 | 0.31 | 0.68 | 151.7 | 0.49 | 0.21 |
| Hex | 1C | 51 | 38 | 41 | 0 | 1F | 44 | 98 | 31 | 15 |
| Octal | 34 | 121 | 70 | 101 | 0 | 37 | 104 | 230 | 61 | 25 |
| Binary | 11100 | 1010001 | 111000 | 1000001 | 0 | 11111 | 1000100 | 10011000 | 110001 | 10101 |
Color Harmonies of #1C5138
Complementary color
Monochromatic Colors of #1C5138
Black with #1C5138
Text Example
Text Example
White with #1C5138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5138; }
p { color: rgb(28,81,56); }
H1.HeaderClassName
{
color: #1C5138;
}
.AnyTagClassName
{
color: #1C5138;
}
</style>
background-color css
<style>
a { background-color: #1C5138; }
a { background-color: rgb(28,81,56); }
div.DivClassName
{
background-color: #1C5138;
}
.BgClassName
{
background-color: #1C5138;
}
</style>
border-color css
<style>
span { border-color: #1C5138; }
span { border-color: rgb(28,81,56); }
td.TdClassName
{
border-color: #1C5138;
}
.TagClassName
{
border-color: #1C5138;
}
</style>