Shades of County Green #1A5139
Tints of County Green #1A5139
RGB
CMYK
RGB Variations
Color information
#1A5139 (or 0x1A5139) is known color: County Green. HEX triplet: 1A, 51 and 39. RGB value is (26,81,57). Sum of RGB (Red+Green+Blue) = 26+81+57=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #1A5139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5139 is #E5AEC6. Grayscale: #3D3D3D. Windows color (decimal): -15052487 or 3756314. OLE color: 3756314.
HSL color Cylindrical-coordinate representation of color #1A5139: hue angle of 153.82º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A5139 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 81 | 57 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.68 |
| HSL | 153.82º | 0.51% | 0.21% | - |
| HSV(B) | 153.82º | 0.68% | 0.32% | - |
| XYZ | 4.11 | 6.4 | 4.89 | - |
| YUV | 61.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 81 | 57 | 0.68 | 0 | 0.30 | 0.68 | 153.82 | 0.51 | 0.21 |
| Hex | 1A | 51 | 39 | 44 | 0 | 1E | 44 | 9A | 33 | 15 |
| Octal | 32 | 121 | 71 | 104 | 0 | 36 | 104 | 232 | 63 | 25 |
| Binary | 11010 | 1010001 | 111001 | 1000100 | 0 | 11110 | 1000100 | 10011010 | 110011 | 10101 |
Color Harmonies of #1A5139
Complementary color
Monochromatic Colors of #1A5139
Black with #1A5139
Text Example
Text Example
White with #1A5139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5139; }
p { color: rgb(26,81,57); }
H1.HeaderClassName
{
color: #1A5139;
}
.AnyTagClassName
{
color: #1A5139;
}
</style>
background-color css
<style>
a { background-color: #1A5139; }
a { background-color: rgb(26,81,57); }
div.DivClassName
{
background-color: #1A5139;
}
.BgClassName
{
background-color: #1A5139;
}
</style>
border-color css
<style>
span { border-color: #1A5139; }
span { border-color: rgb(26,81,57); }
td.TdClassName
{
border-color: #1A5139;
}
.TagClassName
{
border-color: #1A5139;
}
</style>