Shades of Deep Fir #133E1D
Tints of Deep Fir #133E1D
RGB
CMYK
RGB Variations
Color information
#133E1D (or 0x133E1D) is known color: Deep Fir. HEX triplet: 13, 3E and 1D. RGB value is (19,62,29). Sum of RGB (Red+Green+Blue) = 19+62+29=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 62 (24.61% from 255 or 56.36% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 62 - color contains mainly: green. Hex color #133E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E1D is #ECC1E2. Grayscale: #2D2D2D. Windows color (decimal): -15516131 or 1916435. OLE color: 1916435.
HSL color Cylindrical-coordinate representation of color #133E1D: hue angle of 133.95º 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 #133E1D is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 62 | 29 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.76 |
| HSL | 133.95º | 0.53% | 0.16% | - |
| HSV(B) | 133.95º | 0.69% | 0.24% | - |
| XYZ | 2.21 | 3.67 | 1.75 | - |
| YUV | 45.38 | 118.75 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 29 | 0.69 | 0 | 0.53 | 0.76 | 133.95 | 0.53 | 0.16 |
| Hex | 13 | 3E | 1D | 45 | 0 | 35 | 4C | 86 | 35 | 10 |
| Octal | 23 | 76 | 35 | 105 | 0 | 65 | 114 | 206 | 65 | 20 |
| Binary | 10011 | 111110 | 11101 | 1000101 | 0 | 110101 | 1001100 | 10000110 | 110101 | 10000 |
Color Harmonies of #133E1D
Complementary color
Monochromatic Colors of #133E1D
Black with #133E1D
Text Example
Text Example
White with #133E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E1D; }
p { color: rgb(19,62,29); }
H1.HeaderClassName
{
color: #133E1D;
}
.AnyTagClassName
{
color: #133E1D;
}
</style>
background-color css
<style>
a { background-color: #133E1D; }
a { background-color: rgb(19,62,29); }
div.DivClassName
{
background-color: #133E1D;
}
.BgClassName
{
background-color: #133E1D;
}
</style>
border-color css
<style>
span { border-color: #133E1D; }
span { border-color: rgb(19,62,29); }
td.TdClassName
{
border-color: #133E1D;
}
.TagClassName
{
border-color: #133E1D;
}
</style>