Shades of Deep Fir #023210
Tints of Deep Fir #023210
RGB
CMYK
RGB Variations
Color information
#023210 (or 0x023210) is known color: Deep Fir. HEX triplet: 02, 32 and 10. RGB value is (2,50,16). Sum of RGB (Red+Green+Blue) = 2+50+16=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 50 (19.92% from 255 or 73.53% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 50 - color contains mainly: green. Hex color #023210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023210 is #FDCDEF. Grayscale: #1F1F1F. Windows color (decimal): -16633328 or 1061378. OLE color: 1061378.
HSL color Cylindrical-coordinate representation of color #023210: hue angle of 137.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023210 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 50 | 16 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.80 |
| HSL | 137.5º | 0.92% | 0.1% | - |
| HSV(B) | 137.5º | 0.96% | 0.2% | - |
| XYZ | 1.26 | 2.33 | 0.87 | - |
| YUV | 31.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 16 | 0.96 | 0 | 0.68 | 0.80 | 137.5 | 0.92 | 0.1 |
| Hex | 2 | 32 | 10 | 60 | 0 | 44 | 50 | 8A | 5C | A |
| Octal | 2 | 62 | 20 | 140 | 0 | 104 | 120 | 212 | 134 | 12 |
| Binary | 10 | 110010 | 10000 | 1100000 | 0 | 1000100 | 1010000 | 10001010 | 1011100 | 1010 |
Color Harmonies of #023210
Complementary color
Monochromatic Colors of #023210
Black with #023210
Text Example
Text Example
White with #023210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023210; }
p { color: rgb(2,50,16); }
H1.HeaderClassName
{
color: #023210;
}
.AnyTagClassName
{
color: #023210;
}
</style>
background-color css
<style>
a { background-color: #023210; }
a { background-color: rgb(2,50,16); }
div.DivClassName
{
background-color: #023210;
}
.BgClassName
{
background-color: #023210;
}
</style>
border-color css
<style>
span { border-color: #023210; }
span { border-color: rgb(2,50,16); }
td.TdClassName
{
border-color: #023210;
}
.TagClassName
{
border-color: #023210;
}
</style>