Shades of County Green #1D543A
Tints of County Green #1D543A
RGB
CMYK
RGB Variations
Color information
#1D543A (or 0x1D543A) is known color: County Green. HEX triplet: 1D, 54 and 3A. RGB value is (29,84,58). Sum of RGB (Red+Green+Blue) = 29+84+58=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #1D543A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D543A is #E2ABC5. Grayscale: #404040. Windows color (decimal): -14855110 or 3822621. OLE color: 3822621.
HSL color Cylindrical-coordinate representation of color #1D543A: hue angle of 151.64º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D543A is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 84 | 58 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.67 |
| HSL | 151.64º | 0.49% | 0.22% | - |
| HSV(B) | 151.64º | 0.65% | 0.33% | - |
| XYZ | 4.44 | 6.91 | 5.1 | - |
| YUV | 64.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 84 | 58 | 0.65 | 0 | 0.31 | 0.67 | 151.64 | 0.49 | 0.22 |
| Hex | 1D | 54 | 3A | 41 | 0 | 1F | 43 | 98 | 31 | 16 |
| Octal | 35 | 124 | 72 | 101 | 0 | 37 | 103 | 230 | 61 | 26 |
| Binary | 11101 | 1010100 | 111010 | 1000001 | 0 | 11111 | 1000011 | 10011000 | 110001 | 10110 |
Color Harmonies of #1D543A
Complementary color
Monochromatic Colors of #1D543A
Black with #1D543A
Text Example
Text Example
White with #1D543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D543A; }
p { color: rgb(29,84,58); }
H1.HeaderClassName
{
color: #1D543A;
}
.AnyTagClassName
{
color: #1D543A;
}
</style>
background-color css
<style>
a { background-color: #1D543A; }
a { background-color: rgb(29,84,58); }
div.DivClassName
{
background-color: #1D543A;
}
.BgClassName
{
background-color: #1D543A;
}
</style>
border-color css
<style>
span { border-color: #1D543A; }
span { border-color: rgb(29,84,58); }
td.TdClassName
{
border-color: #1D543A;
}
.TagClassName
{
border-color: #1D543A;
}
</style>