Shades of Deep Fir #023F0F
Tints of Deep Fir #023F0F
RGB
CMYK
RGB Variations
Color information
#023F0F (or 0x023F0F) is known color: Deep Fir. HEX triplet: 02, 3F and 0F. RGB value is (2,63,15). Sum of RGB (Red+Green+Blue) = 2+63+15=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 63 (25% from 255 or 78.75% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 63 - color contains mainly: green. Hex color #023F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023F0F is #FDC0F0. Grayscale: #272727. Windows color (decimal): -16630001 or 999170. OLE color: 999170.
HSL color Cylindrical-coordinate representation of color #023F0F: hue angle of 132.79º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023F0F is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 63 | 15 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.75 |
| HSL | 132.79º | 0.94% | 0.13% | - |
| HSV(B) | 132.79º | 0.97% | 0.25% | - |
| XYZ | 1.89 | 3.6 | 1.05 | - |
| YUV | 39.29 | 114.29 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 15 | 0.97 | 0 | 0.76 | 0.75 | 132.79 | 0.94 | 0.13 |
| Hex | 2 | 3F | F | 61 | 0 | 4C | 4B | 85 | 5E | D |
| Octal | 2 | 77 | 17 | 141 | 0 | 114 | 113 | 205 | 136 | 15 |
| Binary | 10 | 111111 | 1111 | 1100001 | 0 | 1001100 | 1001011 | 10000101 | 1011110 | 1101 |
Color Harmonies of #023F0F
Complementary color
Monochromatic Colors of #023F0F
Black with #023F0F
Text Example
Text Example
White with #023F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023F0F; }
p { color: rgb(2,63,15); }
H1.HeaderClassName
{
color: #023F0F;
}
.AnyTagClassName
{
color: #023F0F;
}
</style>
background-color css
<style>
a { background-color: #023F0F; }
a { background-color: rgb(2,63,15); }
div.DivClassName
{
background-color: #023F0F;
}
.BgClassName
{
background-color: #023F0F;
}
</style>
border-color css
<style>
span { border-color: #023F0F; }
span { border-color: rgb(2,63,15); }
td.TdClassName
{
border-color: #023F0F;
}
.TagClassName
{
border-color: #023F0F;
}
</style>