Shades of County Green #1D553B
Tints of County Green #1D553B
RGB
CMYK
RGB Variations
Color information
#1D553B (or 0x1D553B) is known color: County Green. HEX triplet: 1D, 55 and 3B. RGB value is (29,85,59). Sum of RGB (Red+Green+Blue) = 29+85+59=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #1D553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D553B is #E2AAC4. Grayscale: #414141. Windows color (decimal): -14854853 or 3888413. OLE color: 3888413.
HSL color Cylindrical-coordinate representation of color #1D553B: hue angle of 152.14º 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 #1D553B is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 85 | 59 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.67 |
| HSL | 152.14º | 0.49% | 0.22% | - |
| HSV(B) | 152.14º | 0.66% | 0.33% | - |
| XYZ | 4.54 | 7.07 | 5.26 | - |
| YUV | 65.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 59 | 0.66 | 0 | 0.31 | 0.67 | 152.14 | 0.49 | 0.22 |
| Hex | 1D | 55 | 3B | 42 | 0 | 1F | 43 | 98 | 31 | 16 |
| Octal | 35 | 125 | 73 | 102 | 0 | 37 | 103 | 230 | 61 | 26 |
| Binary | 11101 | 1010101 | 111011 | 1000010 | 0 | 11111 | 1000011 | 10011000 | 110001 | 10110 |
Color Harmonies of #1D553B
Complementary color
Monochromatic Colors of #1D553B
Black with #1D553B
Text Example
Text Example
White with #1D553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D553B; }
p { color: rgb(29,85,59); }
H1.HeaderClassName
{
color: #1D553B;
}
.AnyTagClassName
{
color: #1D553B;
}
</style>
background-color css
<style>
a { background-color: #1D553B; }
a { background-color: rgb(29,85,59); }
div.DivClassName
{
background-color: #1D553B;
}
.BgClassName
{
background-color: #1D553B;
}
</style>
border-color css
<style>
span { border-color: #1D553B; }
span { border-color: rgb(29,85,59); }
td.TdClassName
{
border-color: #1D553B;
}
.TagClassName
{
border-color: #1D553B;
}
</style>