Shades of Deep Fir #194B27
Tints of Deep Fir #194B27
RGB
CMYK
RGB Variations
Color information
#194B27 (or 0x194B27) is known color: Deep Fir. HEX triplet: 19, 4B and 27. RGB value is (25,75,39). Sum of RGB (Red+Green+Blue) = 25+75+39=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #194B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B27 is #E6B4D8. Grayscale: #383838. Windows color (decimal): -15119577 or 2575129. OLE color: 2575129.
HSL color Cylindrical-coordinate representation of color #194B27: hue angle of 136.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194B27 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 39 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.71 |
| HSL | 136.8º | 0.5% | 0.2% | - |
| HSV(B) | 136.8º | 0.67% | 0.29% | - |
| XYZ | 3.28 | 5.39 | 2.79 | - |
| YUV | 55.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 39 | 0.67 | 0 | 0.48 | 0.71 | 136.8 | 0.5 | 0.2 |
| Hex | 19 | 4B | 27 | 43 | 0 | 30 | 47 | 89 | 32 | 14 |
| Octal | 31 | 113 | 47 | 103 | 0 | 60 | 107 | 211 | 62 | 24 |
| Binary | 11001 | 1001011 | 100111 | 1000011 | 0 | 110000 | 1000111 | 10001001 | 110010 | 10100 |
Color Harmonies of #194B27
Complementary color
Monochromatic Colors of #194B27
Black with #194B27
Text Example
Text Example
White with #194B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B27; }
p { color: rgb(25,75,39); }
H1.HeaderClassName
{
color: #194B27;
}
.AnyTagClassName
{
color: #194B27;
}
</style>
background-color css
<style>
a { background-color: #194B27; }
a { background-color: rgb(25,75,39); }
div.DivClassName
{
background-color: #194B27;
}
.BgClassName
{
background-color: #194B27;
}
</style>
border-color css
<style>
span { border-color: #194B27; }
span { border-color: rgb(25,75,39); }
td.TdClassName
{
border-color: #194B27;
}
.TagClassName
{
border-color: #194B27;
}
</style>