Shades of County Green #1C4A35
Tints of County Green #1C4A35
RGB
CMYK
RGB Variations
Color information
#1C4A35 (or 0x1C4A35) is known color: County Green. HEX triplet: 1C, 4A and 35. RGB value is (28,74,53). Sum of RGB (Red+Green+Blue) = 28+74+53=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 74 (29.30% from 255 or 47.74% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 74 - color contains mainly: green. Hex color #1C4A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4A35 is #E3B5CA. Grayscale: #393939. Windows color (decimal): -14923211 or 3492380. OLE color: 3492380.
HSL color Cylindrical-coordinate representation of color #1C4A35: hue angle of 152.61º 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 #1C4A35 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 74 | 53 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.71 |
| HSL | 152.61º | 0.45% | 0.2% | - |
| HSV(B) | 152.61º | 0.62% | 0.29% | - |
| XYZ | 3.57 | 5.4 | 4.22 | - |
| YUV | 57.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 74 | 53 | 0.62 | 0 | 0.28 | 0.71 | 152.61 | 0.45 | 0.2 |
| Hex | 1C | 4A | 35 | 3E | 0 | 1C | 47 | 99 | 2D | 14 |
| Octal | 34 | 112 | 65 | 76 | 0 | 34 | 107 | 231 | 55 | 24 |
| Binary | 11100 | 1001010 | 110101 | 111110 | 0 | 11100 | 1000111 | 10011001 | 101101 | 10100 |
Color Harmonies of #1C4A35
Complementary color
Monochromatic Colors of #1C4A35
Black with #1C4A35
Text Example
Text Example
White with #1C4A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4A35; }
p { color: rgb(28,74,53); }
H1.HeaderClassName
{
color: #1C4A35;
}
.AnyTagClassName
{
color: #1C4A35;
}
</style>
background-color css
<style>
a { background-color: #1C4A35; }
a { background-color: rgb(28,74,53); }
div.DivClassName
{
background-color: #1C4A35;
}
.BgClassName
{
background-color: #1C4A35;
}
</style>
border-color css
<style>
span { border-color: #1C4A35; }
span { border-color: rgb(28,74,53); }
td.TdClassName
{
border-color: #1C4A35;
}
.TagClassName
{
border-color: #1C4A35;
}
</style>