Shades of Deep Fir #133E26
Tints of Deep Fir #133E26
RGB
CMYK
RGB Variations
Color information
#133E26 (or 0x133E26) is known color: Deep Fir. HEX triplet: 13, 3E and 26. RGB value is (19,62,38). Sum of RGB (Red+Green+Blue) = 19+62+38=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 62 (24.61% from 255 or 52.10% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 62 - color contains mainly: green. Hex color #133E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E26 is #ECC1D9. Grayscale: #2E2E2E. Windows color (decimal): -15516122 or 2506259. OLE color: 2506259.
HSL color Cylindrical-coordinate representation of color #133E26: hue angle of 146.51º 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 #133E26 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 62 | 38 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.76 |
| HSL | 146.51º | 0.53% | 0.16% | - |
| HSV(B) | 146.51º | 0.69% | 0.24% | - |
| XYZ | 2.34 | 3.72 | 2.43 | - |
| YUV | 46.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 38 | 0.69 | 0 | 0.39 | 0.76 | 146.51 | 0.53 | 0.16 |
| Hex | 13 | 3E | 26 | 45 | 0 | 27 | 4C | 93 | 35 | 10 |
| Octal | 23 | 76 | 46 | 105 | 0 | 47 | 114 | 223 | 65 | 20 |
| Binary | 10011 | 111110 | 100110 | 1000101 | 0 | 100111 | 1001100 | 10010011 | 110101 | 10000 |
Color Harmonies of #133E26
Complementary color
Monochromatic Colors of #133E26
Black with #133E26
Text Example
Text Example
White with #133E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E26; }
p { color: rgb(19,62,38); }
H1.HeaderClassName
{
color: #133E26;
}
.AnyTagClassName
{
color: #133E26;
}
</style>
background-color css
<style>
a { background-color: #133E26; }
a { background-color: rgb(19,62,38); }
div.DivClassName
{
background-color: #133E26;
}
.BgClassName
{
background-color: #133E26;
}
</style>
border-color css
<style>
span { border-color: #133E26; }
span { border-color: rgb(19,62,38); }
td.TdClassName
{
border-color: #133E26;
}
.TagClassName
{
border-color: #133E26;
}
</style>