Shades of County Green #1A5238
Tints of County Green #1A5238
RGB
CMYK
RGB Variations
Color information
#1A5238 (or 0x1A5238) is known color: County Green. HEX triplet: 1A, 52 and 38. RGB value is (26,82,56). Sum of RGB (Red+Green+Blue) = 26+82+56=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #1A5238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5238 is #E5ADC7. Grayscale: #3E3E3E. Windows color (decimal): -15052232 or 3691034. OLE color: 3691034.
HSL color Cylindrical-coordinate representation of color #1A5238: hue angle of 152.14º 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 #1A5238 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 82 | 56 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.68 |
| HSL | 152.14º | 0.52% | 0.21% | - |
| HSV(B) | 152.14º | 0.68% | 0.32% | - |
| XYZ | 4.16 | 6.54 | 4.78 | - |
| YUV | 62.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 82 | 56 | 0.68 | 0 | 0.32 | 0.68 | 152.14 | 0.52 | 0.21 |
| Hex | 1A | 52 | 38 | 44 | 0 | 20 | 44 | 98 | 34 | 15 |
| Octal | 32 | 122 | 70 | 104 | 0 | 40 | 104 | 230 | 64 | 25 |
| Binary | 11010 | 1010010 | 111000 | 1000100 | 0 | 100000 | 1000100 | 10011000 | 110100 | 10101 |
Color Harmonies of #1A5238
Complementary color
Monochromatic Colors of #1A5238
Black with #1A5238
Text Example
Text Example
White with #1A5238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5238; }
p { color: rgb(26,82,56); }
H1.HeaderClassName
{
color: #1A5238;
}
.AnyTagClassName
{
color: #1A5238;
}
</style>
background-color css
<style>
a { background-color: #1A5238; }
a { background-color: rgb(26,82,56); }
div.DivClassName
{
background-color: #1A5238;
}
.BgClassName
{
background-color: #1A5238;
}
</style>
border-color css
<style>
span { border-color: #1A5238; }
span { border-color: rgb(26,82,56); }
td.TdClassName
{
border-color: #1A5238;
}
.TagClassName
{
border-color: #1A5238;
}
</style>