Shades of County Green #1C4D32
Tints of County Green #1C4D32
RGB
CMYK
RGB Variations
Color information
#1C4D32 (or 0x1C4D32) is known color: County Green. HEX triplet: 1C, 4D and 32. RGB value is (28,77,50). Sum of RGB (Red+Green+Blue) = 28+77+50=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 77 (30.47% from 255 or 49.68% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 77 - color contains mainly: green. Hex color #1C4D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C4D32 is #E3B2CD. Grayscale: #3B3B3B. Windows color (decimal): -14922446 or 3296540. OLE color: 3296540.
HSL color Cylindrical-coordinate representation of color #1C4D32: hue angle of 146.94º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C4D32 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 77 | 50 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.70 |
| HSL | 146.94º | 0.47% | 0.21% | - |
| HSV(B) | 146.94º | 0.64% | 0.3% | - |
| XYZ | 3.71 | 5.78 | 3.94 | - |
| YUV | 59.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 77 | 50 | 0.64 | 0 | 0.35 | 0.70 | 146.94 | 0.47 | 0.21 |
| Hex | 1C | 4D | 32 | 40 | 0 | 23 | 46 | 93 | 2F | 15 |
| Octal | 34 | 115 | 62 | 100 | 0 | 43 | 106 | 223 | 57 | 25 |
| Binary | 11100 | 1001101 | 110010 | 1000000 | 0 | 100011 | 1000110 | 10010011 | 101111 | 10101 |
Color Harmonies of #1C4D32
Complementary color
Monochromatic Colors of #1C4D32
Black with #1C4D32
Text Example
Text Example
White with #1C4D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4D32; }
p { color: rgb(28,77,50); }
H1.HeaderClassName
{
color: #1C4D32;
}
.AnyTagClassName
{
color: #1C4D32;
}
</style>
background-color css
<style>
a { background-color: #1C4D32; }
a { background-color: rgb(28,77,50); }
div.DivClassName
{
background-color: #1C4D32;
}
.BgClassName
{
background-color: #1C4D32;
}
</style>
border-color css
<style>
span { border-color: #1C4D32; }
span { border-color: rgb(28,77,50); }
td.TdClassName
{
border-color: #1C4D32;
}
.TagClassName
{
border-color: #1C4D32;
}
</style>