Shades of County Green #1F503C
Tints of County Green #1F503C
RGB
CMYK
RGB Variations
Color information
#1F503C (or 0x1F503C) is known color: County Green. HEX triplet: 1F, 50 and 3C. RGB value is (31,80,60). Sum of RGB (Red+Green+Blue) = 31+80+60=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #1F503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F503C is #E0AFC3. Grayscale: #3F3F3F. Windows color (decimal): -14725060 or 3952671. OLE color: 3952671.
HSL color Cylindrical-coordinate representation of color #1F503C: hue angle of 155.51º 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 #1F503C is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 80 | 60 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.69 |
| HSL | 155.51º | 0.44% | 0.22% | - |
| HSV(B) | 155.51º | 0.61% | 0.31% | - |
| XYZ | 4.25 | 6.35 | 5.28 | - |
| YUV | 63.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 60 | 0.61 | 0 | 0.25 | 0.69 | 155.51 | 0.44 | 0.22 |
| Hex | 1F | 50 | 3C | 3D | 0 | 19 | 45 | 9C | 2C | 16 |
| Octal | 37 | 120 | 74 | 75 | 0 | 31 | 105 | 234 | 54 | 26 |
| Binary | 11111 | 1010000 | 111100 | 111101 | 0 | 11001 | 1000101 | 10011100 | 101100 | 10110 |
Color Harmonies of #1F503C
Complementary color
Monochromatic Colors of #1F503C
Black with #1F503C
Text Example
Text Example
White with #1F503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F503C; }
p { color: rgb(31,80,60); }
H1.HeaderClassName
{
color: #1F503C;
}
.AnyTagClassName
{
color: #1F503C;
}
</style>
background-color css
<style>
a { background-color: #1F503C; }
a { background-color: rgb(31,80,60); }
div.DivClassName
{
background-color: #1F503C;
}
.BgClassName
{
background-color: #1F503C;
}
</style>
border-color css
<style>
span { border-color: #1F503C; }
span { border-color: rgb(31,80,60); }
td.TdClassName
{
border-color: #1F503C;
}
.TagClassName
{
border-color: #1F503C;
}
</style>