Shades of County Green #1C4A32
Tints of County Green #1C4A32
RGB
CMYK
RGB Variations
Color information
#1C4A32 (or 0x1C4A32) is known color: County Green. HEX triplet: 1C, 4A and 32. RGB value is (28,74,50). Sum of RGB (Red+Green+Blue) = 28+74+50=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #1C4A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4A32 is #E3B5CD. Grayscale: #393939. Windows color (decimal): -14923214 or 3295772. OLE color: 3295772.
HSL color Cylindrical-coordinate representation of color #1C4A32: hue angle of 148.7º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C4A32 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 74 | 50 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.71 |
| HSL | 148.7º | 0.45% | 0.2% | - |
| HSV(B) | 148.7º | 0.62% | 0.29% | - |
| XYZ | 3.5 | 5.37 | 3.87 | - |
| YUV | 57.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 74 | 50 | 0.62 | 0 | 0.32 | 0.71 | 148.7 | 0.45 | 0.2 |
| Hex | 1C | 4A | 32 | 3E | 0 | 20 | 47 | 95 | 2D | 14 |
| Octal | 34 | 112 | 62 | 76 | 0 | 40 | 107 | 225 | 55 | 24 |
| Binary | 11100 | 1001010 | 110010 | 111110 | 0 | 100000 | 1000111 | 10010101 | 101101 | 10100 |
Color Harmonies of #1C4A32
Complementary color
Monochromatic Colors of #1C4A32
Black with #1C4A32
Text Example
Text Example
White with #1C4A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4A32; }
p { color: rgb(28,74,50); }
H1.HeaderClassName
{
color: #1C4A32;
}
.AnyTagClassName
{
color: #1C4A32;
}
</style>
background-color css
<style>
a { background-color: #1C4A32; }
a { background-color: rgb(28,74,50); }
div.DivClassName
{
background-color: #1C4A32;
}
.BgClassName
{
background-color: #1C4A32;
}
</style>
border-color css
<style>
span { border-color: #1C4A32; }
span { border-color: rgb(28,74,50); }
td.TdClassName
{
border-color: #1C4A32;
}
.TagClassName
{
border-color: #1C4A32;
}
</style>