Shades of Deep Fir #023D0F
Tints of Deep Fir #023D0F
RGB
CMYK
RGB Variations
Color information
#023D0F (or 0x023D0F) is known color: Deep Fir. HEX triplet: 02, 3D and 0F. RGB value is (2,61,15). Sum of RGB (Red+Green+Blue) = 2+61+15=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 61 (24.22% from 255 or 78.21% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 61 - color contains mainly: green. Hex color #023D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023D0F is #FDC2F0. Grayscale: #262626. Windows color (decimal): -16630513 or 998658. OLE color: 998658.
HSL color Cylindrical-coordinate representation of color #023D0F: hue angle of 133.22º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023D0F is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 61 | 15 | - |
| CMYK | 0.97 | 0 | 0.75 | 0.76 |
| HSL | 133.22º | 0.94% | 0.12% | - |
| HSV(B) | 133.22º | 0.97% | 0.24% | - |
| XYZ | 1.78 | 3.38 | 1.01 | - |
| YUV | 38.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 15 | 0.97 | 0 | 0.75 | 0.76 | 133.22 | 0.94 | 0.12 |
| Hex | 2 | 3D | F | 61 | 0 | 4B | 4C | 85 | 5E | C |
| Octal | 2 | 75 | 17 | 141 | 0 | 113 | 114 | 205 | 136 | 14 |
| Binary | 10 | 111101 | 1111 | 1100001 | 0 | 1001011 | 1001100 | 10000101 | 1011110 | 1100 |
Color Harmonies of #023D0F
Complementary color
Monochromatic Colors of #023D0F
Black with #023D0F
Text Example
Text Example
White with #023D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D0F; }
p { color: rgb(2,61,15); }
H1.HeaderClassName
{
color: #023D0F;
}
.AnyTagClassName
{
color: #023D0F;
}
</style>
background-color css
<style>
a { background-color: #023D0F; }
a { background-color: rgb(2,61,15); }
div.DivClassName
{
background-color: #023D0F;
}
.BgClassName
{
background-color: #023D0F;
}
</style>
border-color css
<style>
span { border-color: #023D0F; }
span { border-color: rgb(2,61,15); }
td.TdClassName
{
border-color: #023D0F;
}
.TagClassName
{
border-color: #023D0F;
}
</style>