Shades of County Green #1F573D
Tints of County Green #1F573D
RGB
CMYK
RGB Variations
Color information
#1F573D (or 0x1F573D) is known color: County Green. HEX triplet: 1F, 57 and 3D. RGB value is (31,87,61). Sum of RGB (Red+Green+Blue) = 31+87+61=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 87 (34.38% from 255 or 48.60% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 87 - color contains mainly: green. Hex color #1F573D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F573D is #E0A8C2. Grayscale: #434343. Windows color (decimal): -14723267 or 4019999. OLE color: 4019999.
HSL color Cylindrical-coordinate representation of color #1F573D: hue angle of 152.14º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F573D is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 87 | 61 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.66 |
| HSL | 152.14º | 0.47% | 0.23% | - |
| HSV(B) | 152.14º | 0.64% | 0.34% | - |
| XYZ | 4.82 | 7.44 | 5.6 | - |
| YUV | 67.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 87 | 61 | 0.64 | 0 | 0.30 | 0.66 | 152.14 | 0.47 | 0.23 |
| Hex | 1F | 57 | 3D | 40 | 0 | 1E | 42 | 98 | 2F | 17 |
| Octal | 37 | 127 | 75 | 100 | 0 | 36 | 102 | 230 | 57 | 27 |
| Binary | 11111 | 1010111 | 111101 | 1000000 | 0 | 11110 | 1000010 | 10011000 | 101111 | 10111 |
Color Harmonies of #1F573D
Complementary color
Monochromatic Colors of #1F573D
Black with #1F573D
Text Example
Text Example
White with #1F573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F573D; }
p { color: rgb(31,87,61); }
H1.HeaderClassName
{
color: #1F573D;
}
.AnyTagClassName
{
color: #1F573D;
}
</style>
background-color css
<style>
a { background-color: #1F573D; }
a { background-color: rgb(31,87,61); }
div.DivClassName
{
background-color: #1F573D;
}
.BgClassName
{
background-color: #1F573D;
}
</style>
border-color css
<style>
span { border-color: #1F573D; }
span { border-color: rgb(31,87,61); }
td.TdClassName
{
border-color: #1F573D;
}
.TagClassName
{
border-color: #1F573D;
}
</style>