Shades of County Green #1A5235
Tints of County Green #1A5235
RGB
CMYK
RGB Variations
Color information
#1A5235 (or 0x1A5235) is known color: County Green. HEX triplet: 1A, 52 and 35. RGB value is (26,82,53). Sum of RGB (Red+Green+Blue) = 26+82+53=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #1A5235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5235 is #E5ADCA. Grayscale: #3E3E3E. Windows color (decimal): -15052235 or 3494426. OLE color: 3494426.
HSL color Cylindrical-coordinate representation of color #1A5235: hue angle of 148.93º degrees, saturation: 0.52, 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 #1A5235 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 82 | 53 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.68 |
| HSL | 148.93º | 0.52% | 0.21% | - |
| HSV(B) | 148.93º | 0.68% | 0.32% | - |
| XYZ | 4.09 | 6.51 | 4.41 | - |
| YUV | 61.95 | 122.95 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 82 | 53 | 0.68 | 0 | 0.35 | 0.68 | 148.93 | 0.52 | 0.21 |
| Hex | 1A | 52 | 35 | 44 | 0 | 23 | 44 | 95 | 34 | 15 |
| Octal | 32 | 122 | 65 | 104 | 0 | 43 | 104 | 225 | 64 | 25 |
| Binary | 11010 | 1010010 | 110101 | 1000100 | 0 | 100011 | 1000100 | 10010101 | 110100 | 10101 |
Color Harmonies of #1A5235
Complementary color
Monochromatic Colors of #1A5235
Black with #1A5235
Text Example
Text Example
White with #1A5235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5235; }
p { color: rgb(26,82,53); }
H1.HeaderClassName
{
color: #1A5235;
}
.AnyTagClassName
{
color: #1A5235;
}
</style>
background-color css
<style>
a { background-color: #1A5235; }
a { background-color: rgb(26,82,53); }
div.DivClassName
{
background-color: #1A5235;
}
.BgClassName
{
background-color: #1A5235;
}
</style>
border-color css
<style>
span { border-color: #1A5235; }
span { border-color: rgb(26,82,53); }
td.TdClassName
{
border-color: #1A5235;
}
.TagClassName
{
border-color: #1A5235;
}
</style>