Shades of County Green #1D503D
Tints of County Green #1D503D
RGB
CMYK
RGB Variations
Color information
#1D503D (or 0x1D503D) is known color: County Green. HEX triplet: 1D, 50 and 3D. RGB value is (29,80,61). Sum of RGB (Red+Green+Blue) = 29+80+61=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #1D503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D503D is #E2AFC2. Grayscale: #3E3E3E. Windows color (decimal): -14856131 or 4018205. OLE color: 4018205.
HSL color Cylindrical-coordinate representation of color #1D503D: hue angle of 157.65º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D503D is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 80 | 61 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.69 |
| HSL | 157.65º | 0.47% | 0.21% | - |
| HSV(B) | 157.65º | 0.64% | 0.31% | - |
| XYZ | 4.22 | 6.34 | 5.42 | - |
| YUV | 62.59 | 127.1 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 61 | 0.64 | 0 | 0.24 | 0.69 | 157.65 | 0.47 | 0.21 |
| Hex | 1D | 50 | 3D | 40 | 0 | 18 | 45 | 9E | 2F | 15 |
| Octal | 35 | 120 | 75 | 100 | 0 | 30 | 105 | 236 | 57 | 25 |
| Binary | 11101 | 1010000 | 111101 | 1000000 | 0 | 11000 | 1000101 | 10011110 | 101111 | 10101 |
Color Harmonies of #1D503D
Complementary color
Monochromatic Colors of #1D503D
Black with #1D503D
Text Example
Text Example
White with #1D503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D503D; }
p { color: rgb(29,80,61); }
H1.HeaderClassName
{
color: #1D503D;
}
.AnyTagClassName
{
color: #1D503D;
}
</style>
background-color css
<style>
a { background-color: #1D503D; }
a { background-color: rgb(29,80,61); }
div.DivClassName
{
background-color: #1D503D;
}
.BgClassName
{
background-color: #1D503D;
}
</style>
border-color css
<style>
span { border-color: #1D503D; }
span { border-color: rgb(29,80,61); }
td.TdClassName
{
border-color: #1D503D;
}
.TagClassName
{
border-color: #1D503D;
}
</style>