Shades of County Green #1F4C39
Tints of County Green #1F4C39
RGB
CMYK
RGB Variations
Color information
#1F4C39 (or 0x1F4C39) is known color: County Green. HEX triplet: 1F, 4C and 39. RGB value is (31,76,57). Sum of RGB (Red+Green+Blue) = 31+76+57=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #1F4C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4C39 is #E0B3C6. Grayscale: #3C3C3C. Windows color (decimal): -14726087 or 3755039. OLE color: 3755039.
HSL color Cylindrical-coordinate representation of color #1F4C39: hue angle of 154.67º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F4C39 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 76 | 57 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.70 |
| HSL | 154.67º | 0.42% | 0.21% | - |
| HSV(B) | 154.67º | 0.59% | 0.3% | - |
| XYZ | 3.89 | 5.76 | 4.78 | - |
| YUV | 60.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 76 | 57 | 0.59 | 0 | 0.25 | 0.70 | 154.67 | 0.42 | 0.21 |
| Hex | 1F | 4C | 39 | 3B | 0 | 19 | 46 | 9B | 2A | 15 |
| Octal | 37 | 114 | 71 | 73 | 0 | 31 | 106 | 233 | 52 | 25 |
| Binary | 11111 | 1001100 | 111001 | 111011 | 0 | 11001 | 1000110 | 10011011 | 101010 | 10101 |
Color Harmonies of #1F4C39
Complementary color
Monochromatic Colors of #1F4C39
Black with #1F4C39
Text Example
Text Example
White with #1F4C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4C39; }
p { color: rgb(31,76,57); }
H1.HeaderClassName
{
color: #1F4C39;
}
.AnyTagClassName
{
color: #1F4C39;
}
</style>
background-color css
<style>
a { background-color: #1F4C39; }
a { background-color: rgb(31,76,57); }
div.DivClassName
{
background-color: #1F4C39;
}
.BgClassName
{
background-color: #1F4C39;
}
</style>
border-color css
<style>
span { border-color: #1F4C39; }
span { border-color: rgb(31,76,57); }
td.TdClassName
{
border-color: #1F4C39;
}
.TagClassName
{
border-color: #1F4C39;
}
</style>