Shades of Deep Fir #132D1A
Tints of Deep Fir #132D1A
RGB
CMYK
RGB Variations
Color information
#132D1A (or 0x132D1A) is known color: Deep Fir. HEX triplet: 13, 2D and 1A. RGB value is (19,45,26). Sum of RGB (Red+Green+Blue) = 19+45+26=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 45 (17.97% from 255 or 50% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 45 - color contains mainly: green. Hex color #132D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D1A is #ECD2E5. Grayscale: #232323. Windows color (decimal): -15520486 or 1715475. OLE color: 1715475.
HSL color Cylindrical-coordinate representation of color #132D1A: hue angle of 136.15º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #132D1A is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 45 | 26 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.82 |
| HSL | 136.15º | 0.41% | 0.13% | - |
| HSV(B) | 136.15º | 0.58% | 0.18% | - |
| XYZ | 1.39 | 2.09 | 1.31 | - |
| YUV | 35.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 26 | 0.58 | 0 | 0.42 | 0.82 | 136.15 | 0.41 | 0.13 |
| Hex | 13 | 2D | 1A | 3A | 0 | 2A | 52 | 88 | 29 | D |
| Octal | 23 | 55 | 32 | 72 | 0 | 52 | 122 | 210 | 51 | 15 |
| Binary | 10011 | 101101 | 11010 | 111010 | 0 | 101010 | 1010010 | 10001000 | 101001 | 1101 |
Color Harmonies of #132D1A
Complementary color
Monochromatic Colors of #132D1A
Black with #132D1A
Text Example
Text Example
White with #132D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D1A; }
p { color: rgb(19,45,26); }
H1.HeaderClassName
{
color: #132D1A;
}
.AnyTagClassName
{
color: #132D1A;
}
</style>
background-color css
<style>
a { background-color: #132D1A; }
a { background-color: rgb(19,45,26); }
div.DivClassName
{
background-color: #132D1A;
}
.BgClassName
{
background-color: #132D1A;
}
</style>
border-color css
<style>
span { border-color: #132D1A; }
span { border-color: rgb(19,45,26); }
td.TdClassName
{
border-color: #132D1A;
}
.TagClassName
{
border-color: #132D1A;
}
</style>