Shades of County Green #1A5132
Tints of County Green #1A5132
RGB
CMYK
RGB Variations
Color information
#1A5132 (or 0x1A5132) is known color: County Green. HEX triplet: 1A, 51 and 32. RGB value is (26,81,50). Sum of RGB (Red+Green+Blue) = 26+81+50=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #1A5132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5132 is #E5AECD. Grayscale: #3D3D3D. Windows color (decimal): -15052494 or 3297562. OLE color: 3297562.
HSL color Cylindrical-coordinate representation of color #1A5132: hue angle of 146.18º 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 #1A5132 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 81 | 50 | - |
| CMYK | 0.68 | 0 | 0.38 | 0.68 |
| HSL | 146.18º | 0.51% | 0.21% | - |
| HSV(B) | 146.18º | 0.68% | 0.32% | - |
| XYZ | 3.94 | 6.33 | 4.03 | - |
| YUV | 61.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 81 | 50 | 0.68 | 0 | 0.38 | 0.68 | 146.18 | 0.51 | 0.21 |
| Hex | 1A | 51 | 32 | 44 | 0 | 26 | 44 | 92 | 33 | 15 |
| Octal | 32 | 121 | 62 | 104 | 0 | 46 | 104 | 222 | 63 | 25 |
| Binary | 11010 | 1010001 | 110010 | 1000100 | 0 | 100110 | 1000100 | 10010010 | 110011 | 10101 |
Color Harmonies of #1A5132
Complementary color
Monochromatic Colors of #1A5132
Black with #1A5132
Text Example
Text Example
White with #1A5132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5132; }
p { color: rgb(26,81,50); }
H1.HeaderClassName
{
color: #1A5132;
}
.AnyTagClassName
{
color: #1A5132;
}
</style>
background-color css
<style>
a { background-color: #1A5132; }
a { background-color: rgb(26,81,50); }
div.DivClassName
{
background-color: #1A5132;
}
.BgClassName
{
background-color: #1A5132;
}
</style>
border-color css
<style>
span { border-color: #1A5132; }
span { border-color: rgb(26,81,50); }
td.TdClassName
{
border-color: #1A5132;
}
.TagClassName
{
border-color: #1A5132;
}
</style>