Shades of County Green #1A4E34
Tints of County Green #1A4E34
RGB
CMYK
RGB Variations
Color information
#1A4E34 (or 0x1A4E34) is known color: County Green. HEX triplet: 1A, 4E and 34. RGB value is (26,78,52). Sum of RGB (Red+Green+Blue) = 26+78+52=156 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.67% from 156); Green value is 78 (30.86% from 255 or 50% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 78 - color contains mainly: green. Hex color #1A4E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4E34 is #E5B1CB. Grayscale: #3B3B3B. Windows color (decimal): -15053260 or 3427866. OLE color: 3427866.
HSL color Cylindrical-coordinate representation of color #1A4E34: hue angle of 150º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A4E34 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 78 | 52 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.69 |
| HSL | 150º | 0.5% | 0.2% | - |
| HSV(B) | 150º | 0.67% | 0.31% | - |
| XYZ | 3.77 | 5.92 | 4.19 | - |
| YUV | 59.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 52 | 0.67 | 0 | 0.33 | 0.69 | 150 | 0.5 | 0.2 |
| Hex | 1A | 4E | 34 | 43 | 0 | 21 | 45 | 96 | 32 | 14 |
| Octal | 32 | 116 | 64 | 103 | 0 | 41 | 105 | 226 | 62 | 24 |
| Binary | 11010 | 1001110 | 110100 | 1000011 | 0 | 100001 | 1000101 | 10010110 | 110010 | 10100 |
Color Harmonies of #1A4E34
Complementary color
Monochromatic Colors of #1A4E34
Black with #1A4E34
Text Example
Text Example
White with #1A4E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E34; }
p { color: rgb(26,78,52); }
H1.HeaderClassName
{
color: #1A4E34;
}
.AnyTagClassName
{
color: #1A4E34;
}
</style>
background-color css
<style>
a { background-color: #1A4E34; }
a { background-color: rgb(26,78,52); }
div.DivClassName
{
background-color: #1A4E34;
}
.BgClassName
{
background-color: #1A4E34;
}
</style>
border-color css
<style>
span { border-color: #1A4E34; }
span { border-color: rgb(26,78,52); }
td.TdClassName
{
border-color: #1A4E34;
}
.TagClassName
{
border-color: #1A4E34;
}
</style>