Shades of County Green #1A4935
Tints of County Green #1A4935
RGB
CMYK
RGB Variations
Color information
#1A4935 (or 0x1A4935) is known color: County Green. HEX triplet: 1A, 49 and 35. RGB value is (26,73,53). Sum of RGB (Red+Green+Blue) = 26+73+53=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #1A4935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4935 is #E5B6CA. Grayscale: #383838. Windows color (decimal): -15054539 or 3492122. OLE color: 3492122.
HSL color Cylindrical-coordinate representation of color #1A4935: hue angle of 154.47º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A4935 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 73 | 53 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.71 |
| HSL | 154.47º | 0.47% | 0.19% | - |
| HSV(B) | 154.47º | 0.64% | 0.29% | - |
| XYZ | 3.45 | 5.24 | 4.2 | - |
| YUV | 56.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 53 | 0.64 | 0 | 0.27 | 0.71 | 154.47 | 0.47 | 0.19 |
| Hex | 1A | 49 | 35 | 40 | 0 | 1B | 47 | 9A | 2F | 13 |
| Octal | 32 | 111 | 65 | 100 | 0 | 33 | 107 | 232 | 57 | 23 |
| Binary | 11010 | 1001001 | 110101 | 1000000 | 0 | 11011 | 1000111 | 10011010 | 101111 | 10011 |
Color Harmonies of #1A4935
Complementary color
Monochromatic Colors of #1A4935
Black with #1A4935
Text Example
Text Example
White with #1A4935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4935; }
p { color: rgb(26,73,53); }
H1.HeaderClassName
{
color: #1A4935;
}
.AnyTagClassName
{
color: #1A4935;
}
</style>
background-color css
<style>
a { background-color: #1A4935; }
a { background-color: rgb(26,73,53); }
div.DivClassName
{
background-color: #1A4935;
}
.BgClassName
{
background-color: #1A4935;
}
</style>
border-color css
<style>
span { border-color: #1A4935; }
span { border-color: rgb(26,73,53); }
td.TdClassName
{
border-color: #1A4935;
}
.TagClassName
{
border-color: #1A4935;
}
</style>