Shades of County Green #1F503B
Tints of County Green #1F503B
RGB
CMYK
RGB Variations
Color information
#1F503B (or 0x1F503B) is known color: County Green. HEX triplet: 1F, 50 and 3B. RGB value is (31,80,59). Sum of RGB (Red+Green+Blue) = 31+80+59=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #1F503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F503B is #E0AFC4. Grayscale: #3E3E3E. Windows color (decimal): -14725061 or 3887135. OLE color: 3887135.
HSL color Cylindrical-coordinate representation of color #1F503B: hue angle of 154.29º 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 #1F503B is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 80 | 59 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.69 |
| HSL | 154.29º | 0.44% | 0.22% | - |
| HSV(B) | 154.29º | 0.61% | 0.31% | - |
| XYZ | 4.22 | 6.34 | 5.14 | - |
| YUV | 62.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 59 | 0.61 | 0 | 0.26 | 0.69 | 154.29 | 0.44 | 0.22 |
| Hex | 1F | 50 | 3B | 3D | 0 | 1A | 45 | 9A | 2C | 16 |
| Octal | 37 | 120 | 73 | 75 | 0 | 32 | 105 | 232 | 54 | 26 |
| Binary | 11111 | 1010000 | 111011 | 111101 | 0 | 11010 | 1000101 | 10011010 | 101100 | 10110 |
Color Harmonies of #1F503B
Complementary color
Monochromatic Colors of #1F503B
Black with #1F503B
Text Example
Text Example
White with #1F503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F503B; }
p { color: rgb(31,80,59); }
H1.HeaderClassName
{
color: #1F503B;
}
.AnyTagClassName
{
color: #1F503B;
}
</style>
background-color css
<style>
a { background-color: #1F503B; }
a { background-color: rgb(31,80,59); }
div.DivClassName
{
background-color: #1F503B;
}
.BgClassName
{
background-color: #1F503B;
}
</style>
border-color css
<style>
span { border-color: #1F503B; }
span { border-color: rgb(31,80,59); }
td.TdClassName
{
border-color: #1F503B;
}
.TagClassName
{
border-color: #1F503B;
}
</style>