Shades of Deep Fir #134A1E
Tints of Deep Fir #134A1E
RGB
CMYK
RGB Variations
Color information
#134A1E (or 0x134A1E) is known color: Deep Fir. HEX triplet: 13, 4A and 1E. RGB value is (19,74,30). Sum of RGB (Red+Green+Blue) = 19+74+30=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 74 (29.30% from 255 or 60.16% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 74 - color contains mainly: green. Hex color #134A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134A1E is #ECB5E1. Grayscale: #343434. Windows color (decimal): -15513058 or 1985043. OLE color: 1985043.
HSL color Cylindrical-coordinate representation of color #134A1E: hue angle of 132º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134A1E is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 74 | 30 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.71 |
| HSL | 132º | 0.59% | 0.18% | - |
| HSV(B) | 132º | 0.74% | 0.29% | - |
| XYZ | 2.95 | 5.13 | 2.06 | - |
| YUV | 52.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 30 | 0.74 | 0 | 0.59 | 0.71 | 132 | 0.59 | 0.18 |
| Hex | 13 | 4A | 1E | 4A | 0 | 3B | 47 | 84 | 3B | 12 |
| Octal | 23 | 112 | 36 | 112 | 0 | 73 | 107 | 204 | 73 | 22 |
| Binary | 10011 | 1001010 | 11110 | 1001010 | 0 | 111011 | 1000111 | 10000100 | 111011 | 10010 |
Color Harmonies of #134A1E
Complementary color
Monochromatic Colors of #134A1E
Black with #134A1E
Text Example
Text Example
White with #134A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A1E; }
p { color: rgb(19,74,30); }
H1.HeaderClassName
{
color: #134A1E;
}
.AnyTagClassName
{
color: #134A1E;
}
</style>
background-color css
<style>
a { background-color: #134A1E; }
a { background-color: rgb(19,74,30); }
div.DivClassName
{
background-color: #134A1E;
}
.BgClassName
{
background-color: #134A1E;
}
</style>
border-color css
<style>
span { border-color: #134A1E; }
span { border-color: rgb(19,74,30); }
td.TdClassName
{
border-color: #134A1E;
}
.TagClassName
{
border-color: #134A1E;
}
</style>