Shades of Deep Fir #023811
Tints of Deep Fir #023811
RGB
CMYK
RGB Variations
Color information
#023811 (or 0x023811) is known color: Deep Fir. HEX triplet: 02, 38 and 11. RGB value is (2,56,17). Sum of RGB (Red+Green+Blue) = 2+56+17=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 56 (22.27% from 255 or 74.67% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 56 - color contains mainly: green. Hex color #023811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023811 is #FDC7EE. Grayscale: #232323. Windows color (decimal): -16631791 or 1128450. OLE color: 1128450.
HSL color Cylindrical-coordinate representation of color #023811: hue angle of 136.67º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023811 is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 56 | 17 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.78 |
| HSL | 136.67º | 0.93% | 0.11% | - |
| HSV(B) | 136.67º | 0.96% | 0.22% | - |
| XYZ | 1.54 | 2.88 | 1.01 | - |
| YUV | 35.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 17 | 0.96 | 0 | 0.70 | 0.78 | 136.67 | 0.93 | 0.11 |
| Hex | 2 | 38 | 11 | 60 | 0 | 46 | 4E | 89 | 5D | B |
| Octal | 2 | 70 | 21 | 140 | 0 | 106 | 116 | 211 | 135 | 13 |
| Binary | 10 | 111000 | 10001 | 1100000 | 0 | 1000110 | 1001110 | 10001001 | 1011101 | 1011 |
Color Harmonies of #023811
Complementary color
Monochromatic Colors of #023811
Black with #023811
Text Example
Text Example
White with #023811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023811; }
p { color: rgb(2,56,17); }
H1.HeaderClassName
{
color: #023811;
}
.AnyTagClassName
{
color: #023811;
}
</style>
background-color css
<style>
a { background-color: #023811; }
a { background-color: rgb(2,56,17); }
div.DivClassName
{
background-color: #023811;
}
.BgClassName
{
background-color: #023811;
}
</style>
border-color css
<style>
span { border-color: #023811; }
span { border-color: rgb(2,56,17); }
td.TdClassName
{
border-color: #023811;
}
.TagClassName
{
border-color: #023811;
}
</style>