Shades of County Green #194F3A
Tints of County Green #194F3A
RGB
CMYK
RGB Variations
Color information
#194F3A (or 0x194F3A) is known color: County Green. HEX triplet: 19, 4F and 3A. RGB value is (25,79,58). Sum of RGB (Red+Green+Blue) = 25+79+58=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #194F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194F3A is #E6B0C5. Grayscale: #3C3C3C. Windows color (decimal): -15118534 or 3821337. OLE color: 3821337.
HSL color Cylindrical-coordinate representation of color #194F3A: hue angle of 156.67º degrees, saturation: 0.52, 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 #194F3A is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 79 | 58 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.69 |
| HSL | 156.67º | 0.52% | 0.2% | - |
| HSV(B) | 156.67º | 0.68% | 0.31% | - |
| XYZ | 3.96 | 6.1 | 4.97 | - |
| YUV | 60.46 | 126.61 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 58 | 0.68 | 0 | 0.27 | 0.69 | 156.67 | 0.52 | 0.2 |
| Hex | 19 | 4F | 3A | 44 | 0 | 1B | 45 | 9D | 34 | 14 |
| Octal | 31 | 117 | 72 | 104 | 0 | 33 | 105 | 235 | 64 | 24 |
| Binary | 11001 | 1001111 | 111010 | 1000100 | 0 | 11011 | 1000101 | 10011101 | 110100 | 10100 |
Color Harmonies of #194F3A
Complementary color
Monochromatic Colors of #194F3A
Black with #194F3A
Text Example
Text Example
White with #194F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F3A; }
p { color: rgb(25,79,58); }
H1.HeaderClassName
{
color: #194F3A;
}
.AnyTagClassName
{
color: #194F3A;
}
</style>
background-color css
<style>
a { background-color: #194F3A; }
a { background-color: rgb(25,79,58); }
div.DivClassName
{
background-color: #194F3A;
}
.BgClassName
{
background-color: #194F3A;
}
</style>
border-color css
<style>
span { border-color: #194F3A; }
span { border-color: rgb(25,79,58); }
td.TdClassName
{
border-color: #194F3A;
}
.TagClassName
{
border-color: #194F3A;
}
</style>