Shades of County Green #1D553E
Tints of County Green #1D553E
RGB
CMYK
RGB Variations
Color information
#1D553E (or 0x1D553E) is known color: County Green. HEX triplet: 1D, 55 and 3E. RGB value is (29,85,62). Sum of RGB (Red+Green+Blue) = 29+85+62=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #1D553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D553E is #E2AAC1. Grayscale: #414141. Windows color (decimal): -14854850 or 4085021. OLE color: 4085021.
HSL color Cylindrical-coordinate representation of color #1D553E: hue angle of 155.36º 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 #1D553E is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 85 | 62 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.67 |
| HSL | 155.36º | 0.49% | 0.22% | - |
| HSV(B) | 155.36º | 0.66% | 0.33% | - |
| XYZ | 4.62 | 7.11 | 5.69 | - |
| YUV | 65.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 62 | 0.66 | 0 | 0.27 | 0.67 | 155.36 | 0.49 | 0.22 |
| Hex | 1D | 55 | 3E | 42 | 0 | 1B | 43 | 9B | 31 | 16 |
| Octal | 35 | 125 | 76 | 102 | 0 | 33 | 103 | 233 | 61 | 26 |
| Binary | 11101 | 1010101 | 111110 | 1000010 | 0 | 11011 | 1000011 | 10011011 | 110001 | 10110 |
Color Harmonies of #1D553E
Complementary color
Monochromatic Colors of #1D553E
Black with #1D553E
Text Example
Text Example
White with #1D553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D553E; }
p { color: rgb(29,85,62); }
H1.HeaderClassName
{
color: #1D553E;
}
.AnyTagClassName
{
color: #1D553E;
}
</style>
background-color css
<style>
a { background-color: #1D553E; }
a { background-color: rgb(29,85,62); }
div.DivClassName
{
background-color: #1D553E;
}
.BgClassName
{
background-color: #1D553E;
}
</style>
border-color css
<style>
span { border-color: #1D553E; }
span { border-color: rgb(29,85,62); }
td.TdClassName
{
border-color: #1D553E;
}
.TagClassName
{
border-color: #1D553E;
}
</style>