Shades of County Green #1F4834
Tints of County Green #1F4834
RGB
CMYK
RGB Variations
Color information
#1F4834 (or 0x1F4834) is known color: County Green. HEX triplet: 1F, 48 and 34. RGB value is (31,72,52). Sum of RGB (Red+Green+Blue) = 31+72+52=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #1F4834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4834 is #E0B7CB. Grayscale: #393939. Windows color (decimal): -14727116 or 3426335. OLE color: 3426335.
HSL color Cylindrical-coordinate representation of color #1F4834: hue angle of 150.73º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F4834 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 72 | 52 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.72 |
| HSL | 150.73º | 0.4% | 0.2% | - |
| HSV(B) | 150.73º | 0.57% | 0.28% | - |
| XYZ | 3.5 | 5.17 | 4.06 | - |
| YUV | 57.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 52 | 0.57 | 0 | 0.28 | 0.72 | 150.73 | 0.4 | 0.2 |
| Hex | 1F | 48 | 34 | 39 | 0 | 1C | 48 | 97 | 28 | 14 |
| Octal | 37 | 110 | 64 | 71 | 0 | 34 | 110 | 227 | 50 | 24 |
| Binary | 11111 | 1001000 | 110100 | 111001 | 0 | 11100 | 1001000 | 10010111 | 101000 | 10100 |
Color Harmonies of #1F4834
Complementary color
Monochromatic Colors of #1F4834
Black with #1F4834
Text Example
Text Example
White with #1F4834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4834; }
p { color: rgb(31,72,52); }
H1.HeaderClassName
{
color: #1F4834;
}
.AnyTagClassName
{
color: #1F4834;
}
</style>
background-color css
<style>
a { background-color: #1F4834; }
a { background-color: rgb(31,72,52); }
div.DivClassName
{
background-color: #1F4834;
}
.BgClassName
{
background-color: #1F4834;
}
</style>
border-color css
<style>
span { border-color: #1F4834; }
span { border-color: rgb(31,72,52); }
td.TdClassName
{
border-color: #1F4834;
}
.TagClassName
{
border-color: #1F4834;
}
</style>