Shades of Deep Fir #023D12
Tints of Deep Fir #023D12
RGB
CMYK
RGB Variations
Color information
#023D12 (or 0x023D12) is known color: Deep Fir. HEX triplet: 02, 3D and 12. RGB value is (2,61,18). Sum of RGB (Red+Green+Blue) = 2+61+18=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 61 (24.22% from 255 or 75.31% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 61 - color contains mainly: green. Hex color #023D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023D12 is #FDC2ED. Grayscale: #262626. Windows color (decimal): -16630510 or 1195266. OLE color: 1195266.
HSL color Cylindrical-coordinate representation of color #023D12: hue angle of 136.27º 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 #023D12 is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 61 | 18 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.76 |
| HSL | 136.27º | 0.94% | 0.12% | - |
| HSV(B) | 136.27º | 0.97% | 0.24% | - |
| XYZ | 1.8 | 3.39 | 1.13 | - |
| YUV | 38.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 18 | 0.97 | 0 | 0.70 | 0.76 | 136.27 | 0.94 | 0.12 |
| Hex | 2 | 3D | 12 | 61 | 0 | 46 | 4C | 88 | 5E | C |
| Octal | 2 | 75 | 22 | 141 | 0 | 106 | 114 | 210 | 136 | 14 |
| Binary | 10 | 111101 | 10010 | 1100001 | 0 | 1000110 | 1001100 | 10001000 | 1011110 | 1100 |
Color Harmonies of #023D12
Complementary color
Monochromatic Colors of #023D12
Black with #023D12
Text Example
Text Example
White with #023D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D12; }
p { color: rgb(2,61,18); }
H1.HeaderClassName
{
color: #023D12;
}
.AnyTagClassName
{
color: #023D12;
}
</style>
background-color css
<style>
a { background-color: #023D12; }
a { background-color: rgb(2,61,18); }
div.DivClassName
{
background-color: #023D12;
}
.BgClassName
{
background-color: #023D12;
}
</style>
border-color css
<style>
span { border-color: #023D12; }
span { border-color: rgb(2,61,18); }
td.TdClassName
{
border-color: #023D12;
}
.TagClassName
{
border-color: #023D12;
}
</style>