Shades of County Green #1F503D
Tints of County Green #1F503D
RGB
CMYK
RGB Variations
Color information
#1F503D (or 0x1F503D) is known color: County Green. HEX triplet: 1F, 50 and 3D. RGB value is (31,80,61). Sum of RGB (Red+Green+Blue) = 31+80+61=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #1F503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F503D is #E0AFC2. Grayscale: #3F3F3F. Windows color (decimal): -14725059 or 4018207. OLE color: 4018207.
HSL color Cylindrical-coordinate representation of color #1F503D: hue angle of 156.73º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F503D is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 80 | 61 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.69 |
| HSL | 156.73º | 0.44% | 0.22% | - |
| HSV(B) | 156.73º | 0.61% | 0.31% | - |
| XYZ | 4.28 | 6.37 | 5.42 | - |
| YUV | 63.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 61 | 0.61 | 0 | 0.24 | 0.69 | 156.73 | 0.44 | 0.22 |
| Hex | 1F | 50 | 3D | 3D | 0 | 18 | 45 | 9D | 2C | 16 |
| Octal | 37 | 120 | 75 | 75 | 0 | 30 | 105 | 235 | 54 | 26 |
| Binary | 11111 | 1010000 | 111101 | 111101 | 0 | 11000 | 1000101 | 10011101 | 101100 | 10110 |
Color Harmonies of #1F503D
Complementary color
Monochromatic Colors of #1F503D
Black with #1F503D
Text Example
Text Example
White with #1F503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F503D; }
p { color: rgb(31,80,61); }
H1.HeaderClassName
{
color: #1F503D;
}
.AnyTagClassName
{
color: #1F503D;
}
</style>
background-color css
<style>
a { background-color: #1F503D; }
a { background-color: rgb(31,80,61); }
div.DivClassName
{
background-color: #1F503D;
}
.BgClassName
{
background-color: #1F503D;
}
</style>
border-color css
<style>
span { border-color: #1F503D; }
span { border-color: rgb(31,80,61); }
td.TdClassName
{
border-color: #1F503D;
}
.TagClassName
{
border-color: #1F503D;
}
</style>