Shades of County Green #1D4B37
Tints of County Green #1D4B37
RGB
CMYK
RGB Variations
Color information
#1D4B37 (or 0x1D4B37) is known color: County Green. HEX triplet: 1D, 4B and 37. RGB value is (29,75,55). Sum of RGB (Red+Green+Blue) = 29+75+55=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #1D4B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4B37 is #E2B4C8. Grayscale: #3B3B3B. Windows color (decimal): -14857417 or 3623709. OLE color: 3623709.
HSL color Cylindrical-coordinate representation of color #1D4B37: hue angle of 153.91º 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 #1D4B37 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 75 | 55 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.71 |
| HSL | 153.91º | 0.44% | 0.2% | - |
| HSV(B) | 153.91º | 0.61% | 0.29% | - |
| XYZ | 3.71 | 5.57 | 4.49 | - |
| YUV | 58.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 55 | 0.61 | 0 | 0.27 | 0.71 | 153.91 | 0.44 | 0.2 |
| Hex | 1D | 4B | 37 | 3D | 0 | 1B | 47 | 9A | 2C | 14 |
| Octal | 35 | 113 | 67 | 75 | 0 | 33 | 107 | 232 | 54 | 24 |
| Binary | 11101 | 1001011 | 110111 | 111101 | 0 | 11011 | 1000111 | 10011010 | 101100 | 10100 |
Color Harmonies of #1D4B37
Complementary color
Monochromatic Colors of #1D4B37
Black with #1D4B37
Text Example
Text Example
White with #1D4B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B37; }
p { color: rgb(29,75,55); }
H1.HeaderClassName
{
color: #1D4B37;
}
.AnyTagClassName
{
color: #1D4B37;
}
</style>
background-color css
<style>
a { background-color: #1D4B37; }
a { background-color: rgb(29,75,55); }
div.DivClassName
{
background-color: #1D4B37;
}
.BgClassName
{
background-color: #1D4B37;
}
</style>
border-color css
<style>
span { border-color: #1D4B37; }
span { border-color: rgb(29,75,55); }
td.TdClassName
{
border-color: #1D4B37;
}
.TagClassName
{
border-color: #1D4B37;
}
</style>