Shades of County Green #1D5238
Tints of County Green #1D5238
RGB
CMYK
RGB Variations
Color information
#1D5238 (or 0x1D5238) is known color: County Green. HEX triplet: 1D, 52 and 38. RGB value is (29,82,56). Sum of RGB (Red+Green+Blue) = 29+82+56=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #1D5238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5238 is #E2ADC7. Grayscale: #3F3F3F. Windows color (decimal): -14855624 or 3691037. OLE color: 3691037.
HSL color Cylindrical-coordinate representation of color #1D5238: hue angle of 150.57º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D5238 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 82 | 56 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.68 |
| HSL | 150.57º | 0.48% | 0.22% | - |
| HSV(B) | 150.57º | 0.65% | 0.32% | - |
| XYZ | 4.24 | 6.58 | 4.79 | - |
| YUV | 63.19 | 123.94 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 82 | 56 | 0.65 | 0 | 0.32 | 0.68 | 150.57 | 0.48 | 0.22 |
| Hex | 1D | 52 | 38 | 41 | 0 | 20 | 44 | 97 | 30 | 16 |
| Octal | 35 | 122 | 70 | 101 | 0 | 40 | 104 | 227 | 60 | 26 |
| Binary | 11101 | 1010010 | 111000 | 1000001 | 0 | 100000 | 1000100 | 10010111 | 110000 | 10110 |
Color Harmonies of #1D5238
Complementary color
Monochromatic Colors of #1D5238
Black with #1D5238
Text Example
Text Example
White with #1D5238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5238; }
p { color: rgb(29,82,56); }
H1.HeaderClassName
{
color: #1D5238;
}
.AnyTagClassName
{
color: #1D5238;
}
</style>
background-color css
<style>
a { background-color: #1D5238; }
a { background-color: rgb(29,82,56); }
div.DivClassName
{
background-color: #1D5238;
}
.BgClassName
{
background-color: #1D5238;
}
</style>
border-color css
<style>
span { border-color: #1D5238; }
span { border-color: rgb(29,82,56); }
td.TdClassName
{
border-color: #1D5238;
}
.TagClassName
{
border-color: #1D5238;
}
</style>