Shades of County Green #1D553F
Tints of County Green #1D553F
RGB
CMYK
RGB Variations
Color information
#1D553F (or 0x1D553F) is known color: County Green. HEX triplet: 1D, 55 and 3F. RGB value is (29,85,63). Sum of RGB (Red+Green+Blue) = 29+85+63=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #1D553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D553F is #E2AAC0. Grayscale: #414141. Windows color (decimal): -14854849 or 4150557. OLE color: 4150557.
HSL color Cylindrical-coordinate representation of color #1D553F: hue angle of 156.43º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D553F is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 85 | 63 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.67 |
| HSL | 156.43º | 0.49% | 0.22% | - |
| HSV(B) | 156.43º | 0.66% | 0.33% | - |
| XYZ | 4.65 | 7.12 | 5.83 | - |
| YUV | 65.75 | 126.45 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 63 | 0.66 | 0 | 0.26 | 0.67 | 156.43 | 0.49 | 0.22 |
| Hex | 1D | 55 | 3F | 42 | 0 | 1A | 43 | 9C | 31 | 16 |
| Octal | 35 | 125 | 77 | 102 | 0 | 32 | 103 | 234 | 61 | 26 |
| Binary | 11101 | 1010101 | 111111 | 1000010 | 0 | 11010 | 1000011 | 10011100 | 110001 | 10110 |
Color Harmonies of #1D553F
Complementary color
Monochromatic Colors of #1D553F
Black with #1D553F
Text Example
Text Example
White with #1D553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D553F; }
p { color: rgb(29,85,63); }
H1.HeaderClassName
{
color: #1D553F;
}
.AnyTagClassName
{
color: #1D553F;
}
</style>
background-color css
<style>
a { background-color: #1D553F; }
a { background-color: rgb(29,85,63); }
div.DivClassName
{
background-color: #1D553F;
}
.BgClassName
{
background-color: #1D553F;
}
</style>
border-color css
<style>
span { border-color: #1D553F; }
span { border-color: rgb(29,85,63); }
td.TdClassName
{
border-color: #1D553F;
}
.TagClassName
{
border-color: #1D553F;
}
</style>