Shades of County Green #1D4C33
Tints of County Green #1D4C33
RGB
CMYK
RGB Variations
Color information
#1D4C33 (or 0x1D4C33) is known color: County Green. HEX triplet: 1D, 4C and 33. RGB value is (29,76,51). Sum of RGB (Red+Green+Blue) = 29+76+51=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #1D4C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4C33 is #E2B3CC. Grayscale: #3B3B3B. Windows color (decimal): -14857165 or 3361821. OLE color: 3361821.
HSL color Cylindrical-coordinate representation of color #1D4C33: hue angle of 148.09º 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 #1D4C33 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 76 | 51 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.70 |
| HSL | 148.09º | 0.45% | 0.21% | - |
| HSV(B) | 148.09º | 0.62% | 0.3% | - |
| XYZ | 3.69 | 5.67 | 4.03 | - |
| YUV | 59.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 51 | 0.62 | 0 | 0.33 | 0.70 | 148.09 | 0.45 | 0.21 |
| Hex | 1D | 4C | 33 | 3E | 0 | 21 | 46 | 94 | 2D | 15 |
| Octal | 35 | 114 | 63 | 76 | 0 | 41 | 106 | 224 | 55 | 25 |
| Binary | 11101 | 1001100 | 110011 | 111110 | 0 | 100001 | 1000110 | 10010100 | 101101 | 10101 |
Color Harmonies of #1D4C33
Complementary color
Monochromatic Colors of #1D4C33
Black with #1D4C33
Text Example
Text Example
White with #1D4C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4C33; }
p { color: rgb(29,76,51); }
H1.HeaderClassName
{
color: #1D4C33;
}
.AnyTagClassName
{
color: #1D4C33;
}
</style>
background-color css
<style>
a { background-color: #1D4C33; }
a { background-color: rgb(29,76,51); }
div.DivClassName
{
background-color: #1D4C33;
}
.BgClassName
{
background-color: #1D4C33;
}
</style>
border-color css
<style>
span { border-color: #1D4C33; }
span { border-color: rgb(29,76,51); }
td.TdClassName
{
border-color: #1D4C33;
}
.TagClassName
{
border-color: #1D4C33;
}
</style>