Shades of County Green #1F563D
Tints of County Green #1F563D
RGB
CMYK
RGB Variations
Color information
#1F563D (or 0x1F563D) is known color: County Green. HEX triplet: 1F, 56 and 3D. RGB value is (31,86,61). Sum of RGB (Red+Green+Blue) = 31+86+61=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #1F563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F563D is #E0A9C2. Grayscale: #424242. Windows color (decimal): -14723523 or 4019743. OLE color: 4019743.
HSL color Cylindrical-coordinate representation of color #1F563D: hue angle of 152.73º 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 #1F563D is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 86 | 61 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.66 |
| HSL | 152.73º | 0.47% | 0.23% | - |
| HSV(B) | 152.73º | 0.64% | 0.34% | - |
| XYZ | 4.74 | 7.28 | 5.57 | - |
| YUV | 66.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 86 | 61 | 0.64 | 0 | 0.29 | 0.66 | 152.73 | 0.47 | 0.23 |
| Hex | 1F | 56 | 3D | 40 | 0 | 1D | 42 | 99 | 2F | 17 |
| Octal | 37 | 126 | 75 | 100 | 0 | 35 | 102 | 231 | 57 | 27 |
| Binary | 11111 | 1010110 | 111101 | 1000000 | 0 | 11101 | 1000010 | 10011001 | 101111 | 10111 |
Color Harmonies of #1F563D
Complementary color
Monochromatic Colors of #1F563D
Black with #1F563D
Text Example
Text Example
White with #1F563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F563D; }
p { color: rgb(31,86,61); }
H1.HeaderClassName
{
color: #1F563D;
}
.AnyTagClassName
{
color: #1F563D;
}
</style>
background-color css
<style>
a { background-color: #1F563D; }
a { background-color: rgb(31,86,61); }
div.DivClassName
{
background-color: #1F563D;
}
.BgClassName
{
background-color: #1F563D;
}
</style>
border-color css
<style>
span { border-color: #1F563D; }
span { border-color: rgb(31,86,61); }
td.TdClassName
{
border-color: #1F563D;
}
.TagClassName
{
border-color: #1F563D;
}
</style>