Shades of Deep Fir #133E1F
Tints of Deep Fir #133E1F
RGB
CMYK
RGB Variations
Color information
#133E1F (or 0x133E1F) is known color: Deep Fir. HEX triplet: 13, 3E and 1F. RGB value is (19,62,31). Sum of RGB (Red+Green+Blue) = 19+62+31=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 62 (24.61% from 255 or 55.36% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 62 - color contains mainly: green. Hex color #133E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E1F is #ECC1E0. Grayscale: #2D2D2D. Windows color (decimal): -15516129 or 2047507. OLE color: 2047507.
HSL color Cylindrical-coordinate representation of color #133E1F: hue angle of 136.74º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133E1F is Cyan = 0.69, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 62 | 31 | - |
| CMYK | 0.69 | 0 | 0.5 | 0.76 |
| HSL | 136.74º | 0.53% | 0.16% | - |
| HSV(B) | 136.74º | 0.69% | 0.24% | - |
| XYZ | 2.24 | 3.68 | 1.89 | - |
| YUV | 45.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 31 | 0.69 | 0 | 0.5 | 0.76 | 136.74 | 0.53 | 0.16 |
| Hex | 13 | 3E | 1F | 45 | 0 | 32 | 4C | 89 | 35 | 10 |
| Octal | 23 | 76 | 37 | 105 | 0 | 62 | 114 | 211 | 65 | 20 |
| Binary | 10011 | 111110 | 11111 | 1000101 | 0 | 110010 | 1001100 | 10001001 | 110101 | 10000 |
Color Harmonies of #133E1F
Complementary color
Monochromatic Colors of #133E1F
Black with #133E1F
Text Example
Text Example
White with #133E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E1F; }
p { color: rgb(19,62,31); }
H1.HeaderClassName
{
color: #133E1F;
}
.AnyTagClassName
{
color: #133E1F;
}
</style>
background-color css
<style>
a { background-color: #133E1F; }
a { background-color: rgb(19,62,31); }
div.DivClassName
{
background-color: #133E1F;
}
.BgClassName
{
background-color: #133E1F;
}
</style>
border-color css
<style>
span { border-color: #133E1F; }
span { border-color: rgb(19,62,31); }
td.TdClassName
{
border-color: #133E1F;
}
.TagClassName
{
border-color: #133E1F;
}
</style>