Shades of County Green #1F563C
Tints of County Green #1F563C
RGB
CMYK
RGB Variations
Color information
#1F563C (or 0x1F563C) is known color: County Green. HEX triplet: 1F, 56 and 3C. RGB value is (31,86,60). Sum of RGB (Red+Green+Blue) = 31+86+60=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #1F563C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F563C is #E0A9C3. Grayscale: #424242. Windows color (decimal): -14723524 or 3954207. OLE color: 3954207.
HSL color Cylindrical-coordinate representation of color #1F563C: hue angle of 151.64º 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 #1F563C is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 86 | 60 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.66 |
| HSL | 151.64º | 0.47% | 0.23% | - |
| HSV(B) | 151.64º | 0.64% | 0.34% | - |
| XYZ | 4.71 | 7.27 | 5.43 | - |
| YUV | 66.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 86 | 60 | 0.64 | 0 | 0.30 | 0.66 | 151.64 | 0.47 | 0.23 |
| Hex | 1F | 56 | 3C | 40 | 0 | 1E | 42 | 98 | 2F | 17 |
| Octal | 37 | 126 | 74 | 100 | 0 | 36 | 102 | 230 | 57 | 27 |
| Binary | 11111 | 1010110 | 111100 | 1000000 | 0 | 11110 | 1000010 | 10011000 | 101111 | 10111 |
Color Harmonies of #1F563C
Complementary color
Monochromatic Colors of #1F563C
Black with #1F563C
Text Example
Text Example
White with #1F563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F563C; }
p { color: rgb(31,86,60); }
H1.HeaderClassName
{
color: #1F563C;
}
.AnyTagClassName
{
color: #1F563C;
}
</style>
background-color css
<style>
a { background-color: #1F563C; }
a { background-color: rgb(31,86,60); }
div.DivClassName
{
background-color: #1F563C;
}
.BgClassName
{
background-color: #1F563C;
}
</style>
border-color css
<style>
span { border-color: #1F563C; }
span { border-color: rgb(31,86,60); }
td.TdClassName
{
border-color: #1F563C;
}
.TagClassName
{
border-color: #1F563C;
}
</style>