Shades of County Green #1A543D
Tints of County Green #1A543D
RGB
CMYK
RGB Variations
Color information
#1A543D (or 0x1A543D) is known color: County Green. HEX triplet: 1A, 54 and 3D. RGB value is (26,84,61). Sum of RGB (Red+Green+Blue) = 26+84+61=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #1A543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A543D is #E5ABC2. Grayscale: #404040. Windows color (decimal): -15051715 or 4019226. OLE color: 4019226.
HSL color Cylindrical-coordinate representation of color #1A543D: hue angle of 156.21º 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 #1A543D is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 84 | 61 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.67 |
| HSL | 156.21º | 0.53% | 0.22% | - |
| HSV(B) | 156.21º | 0.69% | 0.33% | - |
| XYZ | 4.44 | 6.9 | 5.51 | - |
| YUV | 64.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 61 | 0.69 | 0 | 0.27 | 0.67 | 156.21 | 0.53 | 0.22 |
| Hex | 1A | 54 | 3D | 45 | 0 | 1B | 43 | 9C | 35 | 16 |
| Octal | 32 | 124 | 75 | 105 | 0 | 33 | 103 | 234 | 65 | 26 |
| Binary | 11010 | 1010100 | 111101 | 1000101 | 0 | 11011 | 1000011 | 10011100 | 110101 | 10110 |
Color Harmonies of #1A543D
Complementary color
Monochromatic Colors of #1A543D
Black with #1A543D
Text Example
Text Example
White with #1A543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A543D; }
p { color: rgb(26,84,61); }
H1.HeaderClassName
{
color: #1A543D;
}
.AnyTagClassName
{
color: #1A543D;
}
</style>
background-color css
<style>
a { background-color: #1A543D; }
a { background-color: rgb(26,84,61); }
div.DivClassName
{
background-color: #1A543D;
}
.BgClassName
{
background-color: #1A543D;
}
</style>
border-color css
<style>
span { border-color: #1A543D; }
span { border-color: rgb(26,84,61); }
td.TdClassName
{
border-color: #1A543D;
}
.TagClassName
{
border-color: #1A543D;
}
</style>