Shades of Deep Fir #21462A
Tints of Deep Fir #21462A
RGB
CMYK
RGB Variations
Color information
#21462A (or 0x21462A) is known color: Deep Fir. HEX triplet: 21, 46 and 2A. RGB value is (33,70,42). Sum of RGB (Red+Green+Blue) = 33+70+42=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #21462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21462A is #DEB9D5. Grayscale: #373737. Windows color (decimal): -14596566 or 2770465. OLE color: 2770465.
HSL color Cylindrical-coordinate representation of color #21462A: hue angle of 134.59º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #21462A is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 70 | 42 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.73 |
| HSL | 134.59º | 0.36% | 0.2% | - |
| HSV(B) | 134.59º | 0.53% | 0.27% | - |
| XYZ | 3.24 | 4.87 | 2.96 | - |
| YUV | 55.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 42 | 0.53 | 0 | 0.40 | 0.73 | 134.59 | 0.36 | 0.2 |
| Hex | 21 | 46 | 2A | 35 | 0 | 28 | 49 | 87 | 24 | 14 |
| Octal | 41 | 106 | 52 | 65 | 0 | 50 | 111 | 207 | 44 | 24 |
| Binary | 100001 | 1000110 | 101010 | 110101 | 0 | 101000 | 1001001 | 10000111 | 100100 | 10100 |
Color Harmonies of #21462A
Complementary color
Monochromatic Colors of #21462A
Black with #21462A
Text Example
Text Example
White with #21462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21462A; }
p { color: rgb(33,70,42); }
H1.HeaderClassName
{
color: #21462A;
}
.AnyTagClassName
{
color: #21462A;
}
</style>
background-color css
<style>
a { background-color: #21462A; }
a { background-color: rgb(33,70,42); }
div.DivClassName
{
background-color: #21462A;
}
.BgClassName
{
background-color: #21462A;
}
</style>
border-color css
<style>
span { border-color: #21462A; }
span { border-color: rgb(33,70,42); }
td.TdClassName
{
border-color: #21462A;
}
.TagClassName
{
border-color: #21462A;
}
</style>