Shades of County Green #1D4C36
Tints of County Green #1D4C36
RGB
CMYK
RGB Variations
Color information
#1D4C36 (or 0x1D4C36) is known color: County Green. HEX triplet: 1D, 4C and 36. RGB value is (29,76,54). Sum of RGB (Red+Green+Blue) = 29+76+54=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #1D4C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4C36 is #E2B3C9. Grayscale: #3B3B3B. Windows color (decimal): -14857162 or 3558429. OLE color: 3558429.
HSL color Cylindrical-coordinate representation of color #1D4C36: hue angle of 151.91º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D4C36 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 76 | 54 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.70 |
| HSL | 151.91º | 0.45% | 0.21% | - |
| HSV(B) | 151.91º | 0.62% | 0.3% | - |
| XYZ | 3.76 | 5.7 | 4.39 | - |
| YUV | 59.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 54 | 0.62 | 0 | 0.29 | 0.70 | 151.91 | 0.45 | 0.21 |
| Hex | 1D | 4C | 36 | 3E | 0 | 1D | 46 | 98 | 2D | 15 |
| Octal | 35 | 114 | 66 | 76 | 0 | 35 | 106 | 230 | 55 | 25 |
| Binary | 11101 | 1001100 | 110110 | 111110 | 0 | 11101 | 1000110 | 10011000 | 101101 | 10101 |
Color Harmonies of #1D4C36
Complementary color
Monochromatic Colors of #1D4C36
Black with #1D4C36
Text Example
Text Example
White with #1D4C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4C36; }
p { color: rgb(29,76,54); }
H1.HeaderClassName
{
color: #1D4C36;
}
.AnyTagClassName
{
color: #1D4C36;
}
</style>
background-color css
<style>
a { background-color: #1D4C36; }
a { background-color: rgb(29,76,54); }
div.DivClassName
{
background-color: #1D4C36;
}
.BgClassName
{
background-color: #1D4C36;
}
</style>
border-color css
<style>
span { border-color: #1D4C36; }
span { border-color: rgb(29,76,54); }
td.TdClassName
{
border-color: #1D4C36;
}
.TagClassName
{
border-color: #1D4C36;
}
</style>