Shades of Deep Fir #194A23
Tints of Deep Fir #194A23
RGB
CMYK
RGB Variations
Color information
#194A23 (or 0x194A23) is known color: Deep Fir. HEX triplet: 19, 4A and 23. RGB value is (25,74,35). Sum of RGB (Red+Green+Blue) = 25+74+35=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 74 (29.30% from 255 or 55.22% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 74 - color contains mainly: green. Hex color #194A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194A23 is #E6B5DC. Grayscale: #373737. Windows color (decimal): -15119837 or 2312729. OLE color: 2312729.
HSL color Cylindrical-coordinate representation of color #194A23: hue angle of 132.24º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194A23 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 74 | 35 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.71 |
| HSL | 132.24º | 0.49% | 0.19% | - |
| HSV(B) | 132.24º | 0.66% | 0.29% | - |
| XYZ | 3.15 | 5.23 | 2.43 | - |
| YUV | 54.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 35 | 0.66 | 0 | 0.53 | 0.71 | 132.24 | 0.49 | 0.19 |
| Hex | 19 | 4A | 23 | 42 | 0 | 35 | 47 | 84 | 31 | 13 |
| Octal | 31 | 112 | 43 | 102 | 0 | 65 | 107 | 204 | 61 | 23 |
| Binary | 11001 | 1001010 | 100011 | 1000010 | 0 | 110101 | 1000111 | 10000100 | 110001 | 10011 |
Color Harmonies of #194A23
Complementary color
Monochromatic Colors of #194A23
Black with #194A23
Text Example
Text Example
White with #194A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A23; }
p { color: rgb(25,74,35); }
H1.HeaderClassName
{
color: #194A23;
}
.AnyTagClassName
{
color: #194A23;
}
</style>
background-color css
<style>
a { background-color: #194A23; }
a { background-color: rgb(25,74,35); }
div.DivClassName
{
background-color: #194A23;
}
.BgClassName
{
background-color: #194A23;
}
</style>
border-color css
<style>
span { border-color: #194A23; }
span { border-color: rgb(25,74,35); }
td.TdClassName
{
border-color: #194A23;
}
.TagClassName
{
border-color: #194A23;
}
</style>