Shades of County Green #1A4F39
Tints of County Green #1A4F39
RGB
CMYK
RGB Variations
Color information
#1A4F39 (or 0x1A4F39) is known color: County Green. HEX triplet: 1A, 4F and 39. RGB value is (26,79,57). Sum of RGB (Red+Green+Blue) = 26+79+57=162 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.05% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #1A4F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4F39 is #E5B0C6. Grayscale: #3C3C3C. Windows color (decimal): -15052999 or 3755802. OLE color: 3755802.
HSL color Cylindrical-coordinate representation of color #1A4F39: hue angle of 155.09º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A4F39 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 79 | 57 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.69 |
| HSL | 155.09º | 0.5% | 0.21% | - |
| HSV(B) | 155.09º | 0.67% | 0.31% | - |
| XYZ | 3.96 | 6.11 | 4.84 | - |
| YUV | 60.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 79 | 57 | 0.67 | 0 | 0.28 | 0.69 | 155.09 | 0.5 | 0.21 |
| Hex | 1A | 4F | 39 | 43 | 0 | 1C | 45 | 9B | 32 | 15 |
| Octal | 32 | 117 | 71 | 103 | 0 | 34 | 105 | 233 | 62 | 25 |
| Binary | 11010 | 1001111 | 111001 | 1000011 | 0 | 11100 | 1000101 | 10011011 | 110010 | 10101 |
Color Harmonies of #1A4F39
Complementary color
Monochromatic Colors of #1A4F39
Black with #1A4F39
Text Example
Text Example
White with #1A4F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4F39; }
p { color: rgb(26,79,57); }
H1.HeaderClassName
{
color: #1A4F39;
}
.AnyTagClassName
{
color: #1A4F39;
}
</style>
background-color css
<style>
a { background-color: #1A4F39; }
a { background-color: rgb(26,79,57); }
div.DivClassName
{
background-color: #1A4F39;
}
.BgClassName
{
background-color: #1A4F39;
}
</style>
border-color css
<style>
span { border-color: #1A4F39; }
span { border-color: rgb(26,79,57); }
td.TdClassName
{
border-color: #1A4F39;
}
.TagClassName
{
border-color: #1A4F39;
}
</style>