Shades of Deep Fir #133E23
Tints of Deep Fir #133E23
RGB
CMYK
RGB Variations
Color information
#133E23 (or 0x133E23) is known color: Deep Fir. HEX triplet: 13, 3E and 23. RGB value is (19,62,35). Sum of RGB (Red+Green+Blue) = 19+62+35=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 62 (24.61% from 255 or 53.45% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 62 - color contains mainly: green. Hex color #133E23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E23 is #ECC1DC. Grayscale: #2E2E2E. Windows color (decimal): -15516125 or 2309651. OLE color: 2309651.
HSL color Cylindrical-coordinate representation of color #133E23: hue angle of 142.33º 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 #133E23 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 62 | 35 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.76 |
| HSL | 142.33º | 0.53% | 0.16% | - |
| HSV(B) | 142.33º | 0.69% | 0.24% | - |
| XYZ | 2.29 | 3.71 | 2.18 | - |
| YUV | 46.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 35 | 0.69 | 0 | 0.44 | 0.76 | 142.33 | 0.53 | 0.16 |
| Hex | 13 | 3E | 23 | 45 | 0 | 2C | 4C | 8E | 35 | 10 |
| Octal | 23 | 76 | 43 | 105 | 0 | 54 | 114 | 216 | 65 | 20 |
| Binary | 10011 | 111110 | 100011 | 1000101 | 0 | 101100 | 1001100 | 10001110 | 110101 | 10000 |
Color Harmonies of #133E23
Complementary color
Monochromatic Colors of #133E23
Black with #133E23
Text Example
Text Example
White with #133E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E23; }
p { color: rgb(19,62,35); }
H1.HeaderClassName
{
color: #133E23;
}
.AnyTagClassName
{
color: #133E23;
}
</style>
background-color css
<style>
a { background-color: #133E23; }
a { background-color: rgb(19,62,35); }
div.DivClassName
{
background-color: #133E23;
}
.BgClassName
{
background-color: #133E23;
}
</style>
border-color css
<style>
span { border-color: #133E23; }
span { border-color: rgb(19,62,35); }
td.TdClassName
{
border-color: #133E23;
}
.TagClassName
{
border-color: #133E23;
}
</style>