Shades of County Green #1F4E36
Tints of County Green #1F4E36
RGB
CMYK
RGB Variations
Color information
#1F4E36 (or 0x1F4E36) is known color: County Green. HEX triplet: 1F, 4E and 36. RGB value is (31,78,54). Sum of RGB (Red+Green+Blue) = 31+78+54=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 78 - color contains mainly: green. Hex color #1F4E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F4E36 is #E0B1C9. Grayscale: #3D3D3D. Windows color (decimal): -14725578 or 3558943. OLE color: 3558943.
HSL color Cylindrical-coordinate representation of color #1F4E36: hue angle of 149.36º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F4E36 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 78 | 54 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.69 |
| HSL | 149.36º | 0.43% | 0.21% | - |
| HSV(B) | 149.36º | 0.6% | 0.31% | - |
| XYZ | 3.96 | 6.01 | 4.44 | - |
| YUV | 61.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 78 | 54 | 0.60 | 0 | 0.31 | 0.69 | 149.36 | 0.43 | 0.21 |
| Hex | 1F | 4E | 36 | 3C | 0 | 1F | 45 | 95 | 2B | 15 |
| Octal | 37 | 116 | 66 | 74 | 0 | 37 | 105 | 225 | 53 | 25 |
| Binary | 11111 | 1001110 | 110110 | 111100 | 0 | 11111 | 1000101 | 10010101 | 101011 | 10101 |
Color Harmonies of #1F4E36
Complementary color
Monochromatic Colors of #1F4E36
Black with #1F4E36
Text Example
Text Example
White with #1F4E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4E36; }
p { color: rgb(31,78,54); }
H1.HeaderClassName
{
color: #1F4E36;
}
.AnyTagClassName
{
color: #1F4E36;
}
</style>
background-color css
<style>
a { background-color: #1F4E36; }
a { background-color: rgb(31,78,54); }
div.DivClassName
{
background-color: #1F4E36;
}
.BgClassName
{
background-color: #1F4E36;
}
</style>
border-color css
<style>
span { border-color: #1F4E36; }
span { border-color: rgb(31,78,54); }
td.TdClassName
{
border-color: #1F4E36;
}
.TagClassName
{
border-color: #1F4E36;
}
</style>