Shades of County Green #1D4E39
Tints of County Green #1D4E39
RGB
CMYK
RGB Variations
Color information
#1D4E39 (or 0x1D4E39) is known color: County Green. HEX triplet: 1D, 4E and 39. RGB value is (29,78,57). Sum of RGB (Red+Green+Blue) = 29+78+57=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #1D4E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4E39 is #E2B1C6. Grayscale: #3C3C3C. Windows color (decimal): -14856647 or 3755549. OLE color: 3755549.
HSL color Cylindrical-coordinate representation of color #1D4E39: hue angle of 154.29º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D4E39 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 78 | 57 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.69 |
| HSL | 154.29º | 0.46% | 0.21% | - |
| HSV(B) | 154.29º | 0.63% | 0.31% | - |
| XYZ | 3.97 | 6.01 | 4.82 | - |
| YUV | 60.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 78 | 57 | 0.63 | 0 | 0.27 | 0.69 | 154.29 | 0.46 | 0.21 |
| Hex | 1D | 4E | 39 | 3F | 0 | 1B | 45 | 9A | 2E | 15 |
| Octal | 35 | 116 | 71 | 77 | 0 | 33 | 105 | 232 | 56 | 25 |
| Binary | 11101 | 1001110 | 111001 | 111111 | 0 | 11011 | 1000101 | 10011010 | 101110 | 10101 |
Color Harmonies of #1D4E39
Complementary color
Monochromatic Colors of #1D4E39
Black with #1D4E39
Text Example
Text Example
White with #1D4E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4E39; }
p { color: rgb(29,78,57); }
H1.HeaderClassName
{
color: #1D4E39;
}
.AnyTagClassName
{
color: #1D4E39;
}
</style>
background-color css
<style>
a { background-color: #1D4E39; }
a { background-color: rgb(29,78,57); }
div.DivClassName
{
background-color: #1D4E39;
}
.BgClassName
{
background-color: #1D4E39;
}
</style>
border-color css
<style>
span { border-color: #1D4E39; }
span { border-color: rgb(29,78,57); }
td.TdClassName
{
border-color: #1D4E39;
}
.TagClassName
{
border-color: #1D4E39;
}
</style>