Shades of County Green #1D4C34
Tints of County Green #1D4C34
RGB
CMYK
RGB Variations
Color information
#1D4C34 (or 0x1D4C34) is known color: County Green. HEX triplet: 1D, 4C and 34. RGB value is (29,76,52). Sum of RGB (Red+Green+Blue) = 29+76+52=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #1D4C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4C34 is #E2B3CB. Grayscale: #3B3B3B. Windows color (decimal): -14857164 or 3427357. OLE color: 3427357.
HSL color Cylindrical-coordinate representation of color #1D4C34: hue angle of 149.36º 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 #1D4C34 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 76 | 52 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.70 |
| HSL | 149.36º | 0.45% | 0.21% | - |
| HSV(B) | 149.36º | 0.62% | 0.3% | - |
| XYZ | 3.71 | 5.68 | 4.15 | - |
| YUV | 59.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 52 | 0.62 | 0 | 0.32 | 0.70 | 149.36 | 0.45 | 0.21 |
| Hex | 1D | 4C | 34 | 3E | 0 | 20 | 46 | 95 | 2D | 15 |
| Octal | 35 | 114 | 64 | 76 | 0 | 40 | 106 | 225 | 55 | 25 |
| Binary | 11101 | 1001100 | 110100 | 111110 | 0 | 100000 | 1000110 | 10010101 | 101101 | 10101 |
Color Harmonies of #1D4C34
Complementary color
Monochromatic Colors of #1D4C34
Black with #1D4C34
Text Example
Text Example
White with #1D4C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4C34; }
p { color: rgb(29,76,52); }
H1.HeaderClassName
{
color: #1D4C34;
}
.AnyTagClassName
{
color: #1D4C34;
}
</style>
background-color css
<style>
a { background-color: #1D4C34; }
a { background-color: rgb(29,76,52); }
div.DivClassName
{
background-color: #1D4C34;
}
.BgClassName
{
background-color: #1D4C34;
}
</style>
border-color css
<style>
span { border-color: #1D4C34; }
span { border-color: rgb(29,76,52); }
td.TdClassName
{
border-color: #1D4C34;
}
.TagClassName
{
border-color: #1D4C34;
}
</style>