Shades of County Green #1A4D34
Tints of County Green #1A4D34
RGB
CMYK
RGB Variations
Color information
#1A4D34 (or 0x1A4D34) is known color: County Green. HEX triplet: 1A, 4D and 34. RGB value is (26,77,52). Sum of RGB (Red+Green+Blue) = 26+77+52=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 77 (30.47% from 255 or 49.68% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 77 - color contains mainly: green. Hex color #1A4D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4D34 is #E5B2CB. Grayscale: #3A3A3A. Windows color (decimal): -15053516 or 3427610. OLE color: 3427610.
HSL color Cylindrical-coordinate representation of color #1A4D34: hue angle of 150.59º degrees, saturation: 0.5, 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 #1A4D34 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 77 | 52 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.70 |
| HSL | 150.59º | 0.5% | 0.2% | - |
| HSV(B) | 150.59º | 0.66% | 0.3% | - |
| XYZ | 3.7 | 5.78 | 4.17 | - |
| YUV | 58.9 | 124.1 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 52 | 0.66 | 0 | 0.32 | 0.70 | 150.59 | 0.5 | 0.2 |
| Hex | 1A | 4D | 34 | 42 | 0 | 20 | 46 | 97 | 32 | 14 |
| Octal | 32 | 115 | 64 | 102 | 0 | 40 | 106 | 227 | 62 | 24 |
| Binary | 11010 | 1001101 | 110100 | 1000010 | 0 | 100000 | 1000110 | 10010111 | 110010 | 10100 |
Color Harmonies of #1A4D34
Complementary color
Monochromatic Colors of #1A4D34
Black with #1A4D34
Text Example
Text Example
White with #1A4D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4D34; }
p { color: rgb(26,77,52); }
H1.HeaderClassName
{
color: #1A4D34;
}
.AnyTagClassName
{
color: #1A4D34;
}
</style>
background-color css
<style>
a { background-color: #1A4D34; }
a { background-color: rgb(26,77,52); }
div.DivClassName
{
background-color: #1A4D34;
}
.BgClassName
{
background-color: #1A4D34;
}
</style>
border-color css
<style>
span { border-color: #1A4D34; }
span { border-color: rgb(26,77,52); }
td.TdClassName
{
border-color: #1A4D34;
}
.TagClassName
{
border-color: #1A4D34;
}
</style>