Shades of County Green #1C4C38
Tints of County Green #1C4C38
RGB
CMYK
RGB Variations
Color information
#1C4C38 (or 0x1C4C38) is known color: County Green. HEX triplet: 1C, 4C and 38. RGB value is (28,76,56). Sum of RGB (Red+Green+Blue) = 28+76+56=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 76 - color contains mainly: green. Hex color #1C4C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4C38 is #E3B3C7. Grayscale: #3B3B3B. Windows color (decimal): -14922696 or 3689500. OLE color: 3689500.
HSL color Cylindrical-coordinate representation of color #1C4C38: hue angle of 155º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C4C38 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 76 | 56 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.70 |
| HSL | 155º | 0.46% | 0.2% | - |
| HSV(B) | 155º | 0.63% | 0.3% | - |
| XYZ | 3.78 | 5.7 | 4.64 | - |
| YUV | 59.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 76 | 56 | 0.63 | 0 | 0.26 | 0.70 | 155 | 0.46 | 0.2 |
| Hex | 1C | 4C | 38 | 3F | 0 | 1A | 46 | 9B | 2E | 14 |
| Octal | 34 | 114 | 70 | 77 | 0 | 32 | 106 | 233 | 56 | 24 |
| Binary | 11100 | 1001100 | 111000 | 111111 | 0 | 11010 | 1000110 | 10011011 | 101110 | 10100 |
Color Harmonies of #1C4C38
Complementary color
Monochromatic Colors of #1C4C38
Black with #1C4C38
Text Example
Text Example
White with #1C4C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4C38; }
p { color: rgb(28,76,56); }
H1.HeaderClassName
{
color: #1C4C38;
}
.AnyTagClassName
{
color: #1C4C38;
}
</style>
background-color css
<style>
a { background-color: #1C4C38; }
a { background-color: rgb(28,76,56); }
div.DivClassName
{
background-color: #1C4C38;
}
.BgClassName
{
background-color: #1C4C38;
}
</style>
border-color css
<style>
span { border-color: #1C4C38; }
span { border-color: rgb(28,76,56); }
td.TdClassName
{
border-color: #1C4C38;
}
.TagClassName
{
border-color: #1C4C38;
}
</style>