Shades of County Green #1D4732
Tints of County Green #1D4732
RGB
CMYK
RGB Variations
Color information
#1D4732 (or 0x1D4732) is known color: County Green. HEX triplet: 1D, 47 and 32. RGB value is (29,71,50). Sum of RGB (Red+Green+Blue) = 29+71+50=150 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.33% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #1D4732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4732 is #E2B8CD. Grayscale: #383838. Windows color (decimal): -14858446 or 3295005. OLE color: 3295005.
HSL color Cylindrical-coordinate representation of color #1D4732: hue angle of 150º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D4732 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 71 | 50 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.72 |
| HSL | 150º | 0.42% | 0.2% | - |
| HSV(B) | 150º | 0.59% | 0.28% | - |
| XYZ | 3.34 | 5 | 3.81 | - |
| YUV | 56.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 50 | 0.59 | 0 | 0.30 | 0.72 | 150 | 0.42 | 0.2 |
| Hex | 1D | 47 | 32 | 3B | 0 | 1E | 48 | 96 | 2A | 14 |
| Octal | 35 | 107 | 62 | 73 | 0 | 36 | 110 | 226 | 52 | 24 |
| Binary | 11101 | 1000111 | 110010 | 111011 | 0 | 11110 | 1001000 | 10010110 | 101010 | 10100 |
Color Harmonies of #1D4732
Complementary color
Monochromatic Colors of #1D4732
Black with #1D4732
Text Example
Text Example
White with #1D4732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4732; }
p { color: rgb(29,71,50); }
H1.HeaderClassName
{
color: #1D4732;
}
.AnyTagClassName
{
color: #1D4732;
}
</style>
background-color css
<style>
a { background-color: #1D4732; }
a { background-color: rgb(29,71,50); }
div.DivClassName
{
background-color: #1D4732;
}
.BgClassName
{
background-color: #1D4732;
}
</style>
border-color css
<style>
span { border-color: #1D4732; }
span { border-color: rgb(29,71,50); }
td.TdClassName
{
border-color: #1D4732;
}
.TagClassName
{
border-color: #1D4732;
}
</style>