Shades of Deep Fir #194A27
Tints of Deep Fir #194A27
RGB
CMYK
RGB Variations
Color information
#194A27 (or 0x194A27) is known color: Deep Fir. HEX triplet: 19, 4A and 27. RGB value is (25,74,39). Sum of RGB (Red+Green+Blue) = 25+74+39=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 74 (29.30% from 255 or 53.62% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 74 - color contains mainly: green. Hex color #194A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194A27 is #E6B5D8. Grayscale: #373737. Windows color (decimal): -15119833 or 2574873. OLE color: 2574873.
HSL color Cylindrical-coordinate representation of color #194A27: hue angle of 137.14º 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 #194A27 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 74 | 39 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.71 |
| HSL | 137.14º | 0.49% | 0.19% | - |
| HSV(B) | 137.14º | 0.66% | 0.29% | - |
| XYZ | 3.22 | 5.25 | 2.76 | - |
| YUV | 55.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 39 | 0.66 | 0 | 0.47 | 0.71 | 137.14 | 0.49 | 0.19 |
| Hex | 19 | 4A | 27 | 42 | 0 | 2F | 47 | 89 | 31 | 13 |
| Octal | 31 | 112 | 47 | 102 | 0 | 57 | 107 | 211 | 61 | 23 |
| Binary | 11001 | 1001010 | 100111 | 1000010 | 0 | 101111 | 1000111 | 10001001 | 110001 | 10011 |
Color Harmonies of #194A27
Complementary color
Monochromatic Colors of #194A27
Black with #194A27
Text Example
Text Example
White with #194A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A27; }
p { color: rgb(25,74,39); }
H1.HeaderClassName
{
color: #194A27;
}
.AnyTagClassName
{
color: #194A27;
}
</style>
background-color css
<style>
a { background-color: #194A27; }
a { background-color: rgb(25,74,39); }
div.DivClassName
{
background-color: #194A27;
}
.BgClassName
{
background-color: #194A27;
}
</style>
border-color css
<style>
span { border-color: #194A27; }
span { border-color: rgb(25,74,39); }
td.TdClassName
{
border-color: #194A27;
}
.TagClassName
{
border-color: #194A27;
}
</style>