Shades of County Green #1D4A37
Tints of County Green #1D4A37
RGB
CMYK
RGB Variations
Color information
#1D4A37 (or 0x1D4A37) is known color: County Green. HEX triplet: 1D, 4A and 37. RGB value is (29,74,55). Sum of RGB (Red+Green+Blue) = 29+74+55=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 74 - color contains mainly: green. Hex color #1D4A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4A37 is #E2B5C8. Grayscale: #3A3A3A. Windows color (decimal): -14857673 or 3623453. OLE color: 3623453.
HSL color Cylindrical-coordinate representation of color #1D4A37: hue angle of 154.67º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D4A37 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 74 | 55 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.71 |
| HSL | 154.67º | 0.44% | 0.2% | - |
| HSV(B) | 154.67º | 0.61% | 0.29% | - |
| XYZ | 3.65 | 5.43 | 4.47 | - |
| YUV | 58.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 74 | 55 | 0.61 | 0 | 0.26 | 0.71 | 154.67 | 0.44 | 0.2 |
| Hex | 1D | 4A | 37 | 3D | 0 | 1A | 47 | 9B | 2C | 14 |
| Octal | 35 | 112 | 67 | 75 | 0 | 32 | 107 | 233 | 54 | 24 |
| Binary | 11101 | 1001010 | 110111 | 111101 | 0 | 11010 | 1000111 | 10011011 | 101100 | 10100 |
Color Harmonies of #1D4A37
Complementary color
Monochromatic Colors of #1D4A37
Black with #1D4A37
Text Example
Text Example
White with #1D4A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4A37; }
p { color: rgb(29,74,55); }
H1.HeaderClassName
{
color: #1D4A37;
}
.AnyTagClassName
{
color: #1D4A37;
}
</style>
background-color css
<style>
a { background-color: #1D4A37; }
a { background-color: rgb(29,74,55); }
div.DivClassName
{
background-color: #1D4A37;
}
.BgClassName
{
background-color: #1D4A37;
}
</style>
border-color css
<style>
span { border-color: #1D4A37; }
span { border-color: rgb(29,74,55); }
td.TdClassName
{
border-color: #1D4A37;
}
.TagClassName
{
border-color: #1D4A37;
}
</style>