Shades of County Green #1D543E
Tints of County Green #1D543E
RGB
CMYK
RGB Variations
Color information
#1D543E (or 0x1D543E) is known color: County Green. HEX triplet: 1D, 54 and 3E. RGB value is (29,84,62). Sum of RGB (Red+Green+Blue) = 29+84+62=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #1D543E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D543E is #E2ABC1. Grayscale: #414141. Windows color (decimal): -14855106 or 4084765. OLE color: 4084765.
HSL color Cylindrical-coordinate representation of color #1D543E: hue angle of 156º 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 #1D543E is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 84 | 62 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.67 |
| HSL | 156º | 0.49% | 0.22% | - |
| HSV(B) | 156º | 0.65% | 0.33% | - |
| XYZ | 4.55 | 6.95 | 5.66 | - |
| YUV | 65.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 84 | 62 | 0.65 | 0 | 0.26 | 0.67 | 156 | 0.49 | 0.22 |
| Hex | 1D | 54 | 3E | 41 | 0 | 1A | 43 | 9C | 31 | 16 |
| Octal | 35 | 124 | 76 | 101 | 0 | 32 | 103 | 234 | 61 | 26 |
| Binary | 11101 | 1010100 | 111110 | 1000001 | 0 | 11010 | 1000011 | 10011100 | 110001 | 10110 |
Color Harmonies of #1D543E
Complementary color
Monochromatic Colors of #1D543E
Black with #1D543E
Text Example
Text Example
White with #1D543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D543E; }
p { color: rgb(29,84,62); }
H1.HeaderClassName
{
color: #1D543E;
}
.AnyTagClassName
{
color: #1D543E;
}
</style>
background-color css
<style>
a { background-color: #1D543E; }
a { background-color: rgb(29,84,62); }
div.DivClassName
{
background-color: #1D543E;
}
.BgClassName
{
background-color: #1D543E;
}
</style>
border-color css
<style>
span { border-color: #1D543E; }
span { border-color: rgb(29,84,62); }
td.TdClassName
{
border-color: #1D543E;
}
.TagClassName
{
border-color: #1D543E;
}
</style>