Shades of County Green #1A543A
Tints of County Green #1A543A
RGB
CMYK
RGB Variations
Color information
#1A543A (or 0x1A543A) is known color: County Green. HEX triplet: 1A, 54 and 3A. RGB value is (26,84,58). Sum of RGB (Red+Green+Blue) = 26+84+58=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #1A543A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A543A is #E5ABC5. Grayscale: #3F3F3F. Windows color (decimal): -15051718 or 3822618. OLE color: 3822618.
HSL color Cylindrical-coordinate representation of color #1A543A: hue angle of 153.1º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A543A is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 84 | 58 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.67 |
| HSL | 153.1º | 0.53% | 0.22% | - |
| HSV(B) | 153.1º | 0.69% | 0.33% | - |
| XYZ | 4.36 | 6.87 | 5.1 | - |
| YUV | 63.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 58 | 0.69 | 0 | 0.31 | 0.67 | 153.1 | 0.53 | 0.22 |
| Hex | 1A | 54 | 3A | 45 | 0 | 1F | 43 | 99 | 35 | 16 |
| Octal | 32 | 124 | 72 | 105 | 0 | 37 | 103 | 231 | 65 | 26 |
| Binary | 11010 | 1010100 | 111010 | 1000101 | 0 | 11111 | 1000011 | 10011001 | 110101 | 10110 |
Color Harmonies of #1A543A
Complementary color
Monochromatic Colors of #1A543A
Black with #1A543A
Text Example
Text Example
White with #1A543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A543A; }
p { color: rgb(26,84,58); }
H1.HeaderClassName
{
color: #1A543A;
}
.AnyTagClassName
{
color: #1A543A;
}
</style>
background-color css
<style>
a { background-color: #1A543A; }
a { background-color: rgb(26,84,58); }
div.DivClassName
{
background-color: #1A543A;
}
.BgClassName
{
background-color: #1A543A;
}
</style>
border-color css
<style>
span { border-color: #1A543A; }
span { border-color: rgb(26,84,58); }
td.TdClassName
{
border-color: #1A543A;
}
.TagClassName
{
border-color: #1A543A;
}
</style>