Shades of County Green #1A4C35
Tints of County Green #1A4C35
RGB
CMYK
RGB Variations
Color information
#1A4C35 (or 0x1A4C35) is known color: County Green. HEX triplet: 1A, 4C and 35. RGB value is (26,76,53). Sum of RGB (Red+Green+Blue) = 26+76+53=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #1A4C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4C35 is #E5B3CA. Grayscale: #3A3A3A. Windows color (decimal): -15053771 or 3492890. OLE color: 3492890.
HSL color Cylindrical-coordinate representation of color #1A4C35: hue angle of 152.4º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A4C35 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 76 | 53 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.70 |
| HSL | 152.4º | 0.49% | 0.2% | - |
| HSV(B) | 152.4º | 0.66% | 0.3% | - |
| XYZ | 3.65 | 5.65 | 4.27 | - |
| YUV | 58.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 76 | 53 | 0.66 | 0 | 0.30 | 0.70 | 152.4 | 0.49 | 0.2 |
| Hex | 1A | 4C | 35 | 42 | 0 | 1E | 46 | 98 | 31 | 14 |
| Octal | 32 | 114 | 65 | 102 | 0 | 36 | 106 | 230 | 61 | 24 |
| Binary | 11010 | 1001100 | 110101 | 1000010 | 0 | 11110 | 1000110 | 10011000 | 110001 | 10100 |
Color Harmonies of #1A4C35
Complementary color
Monochromatic Colors of #1A4C35
Black with #1A4C35
Text Example
Text Example
White with #1A4C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4C35; }
p { color: rgb(26,76,53); }
H1.HeaderClassName
{
color: #1A4C35;
}
.AnyTagClassName
{
color: #1A4C35;
}
</style>
background-color css
<style>
a { background-color: #1A4C35; }
a { background-color: rgb(26,76,53); }
div.DivClassName
{
background-color: #1A4C35;
}
.BgClassName
{
background-color: #1A4C35;
}
</style>
border-color css
<style>
span { border-color: #1A4C35; }
span { border-color: rgb(26,76,53); }
td.TdClassName
{
border-color: #1A4C35;
}
.TagClassName
{
border-color: #1A4C35;
}
</style>