Shades of County Green #194E31
Tints of County Green #194E31
RGB
CMYK
RGB Variations
Color information
#194E31 (or 0x194E31) is known color: County Green. HEX triplet: 19, 4E and 31. RGB value is (25,78,49). Sum of RGB (Red+Green+Blue) = 25+78+49=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 78 (30.86% from 255 or 51.32% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 78 - color contains mainly: green. Hex color #194E31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194E31 is #E6B1CE. Grayscale: #3A3A3A. Windows color (decimal): -15118799 or 3231257. OLE color: 3231257.
HSL color Cylindrical-coordinate representation of color #194E31: hue angle of 147.17º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194E31 is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 78 | 49 | - |
| CMYK | 0.68 | 0 | 0.37 | 0.69 |
| HSL | 147.17º | 0.51% | 0.2% | - |
| HSV(B) | 147.17º | 0.68% | 0.31% | - |
| XYZ | 3.68 | 5.88 | 3.85 | - |
| YUV | 58.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 49 | 0.68 | 0 | 0.37 | 0.69 | 147.17 | 0.51 | 0.2 |
| Hex | 19 | 4E | 31 | 44 | 0 | 25 | 45 | 93 | 33 | 14 |
| Octal | 31 | 116 | 61 | 104 | 0 | 45 | 105 | 223 | 63 | 24 |
| Binary | 11001 | 1001110 | 110001 | 1000100 | 0 | 100101 | 1000101 | 10010011 | 110011 | 10100 |
Color Harmonies of #194E31
Complementary color
Monochromatic Colors of #194E31
Black with #194E31
Text Example
Text Example
White with #194E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E31; }
p { color: rgb(25,78,49); }
H1.HeaderClassName
{
color: #194E31;
}
.AnyTagClassName
{
color: #194E31;
}
</style>
background-color css
<style>
a { background-color: #194E31; }
a { background-color: rgb(25,78,49); }
div.DivClassName
{
background-color: #194E31;
}
.BgClassName
{
background-color: #194E31;
}
</style>
border-color css
<style>
span { border-color: #194E31; }
span { border-color: rgb(25,78,49); }
td.TdClassName
{
border-color: #194E31;
}
.TagClassName
{
border-color: #194E31;
}
</style>