Shades of Deep Fir #023810
Tints of Deep Fir #023810
RGB
CMYK
RGB Variations
Color information
#023810 (or 0x023810) is known color: Deep Fir. HEX triplet: 02, 38 and 10. RGB value is (2,56,16). Sum of RGB (Red+Green+Blue) = 2+56+16=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 56 (22.27% from 255 or 75.68% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 56 - color contains mainly: green. Hex color #023810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023810 is #FDC7EF. Grayscale: #232323. Windows color (decimal): -16631792 or 1062914. OLE color: 1062914.
HSL color Cylindrical-coordinate representation of color #023810: hue angle of 135.56º 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 #023810 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 56 | 16 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.78 |
| HSL | 135.56º | 0.93% | 0.11% | - |
| HSV(B) | 135.56º | 0.96% | 0.22% | - |
| XYZ | 1.53 | 2.88 | 0.97 | - |
| YUV | 35.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 16 | 0.96 | 0 | 0.71 | 0.78 | 135.56 | 0.93 | 0.11 |
| Hex | 2 | 38 | 10 | 60 | 0 | 47 | 4E | 88 | 5D | B |
| Octal | 2 | 70 | 20 | 140 | 0 | 107 | 116 | 210 | 135 | 13 |
| Binary | 10 | 111000 | 10000 | 1100000 | 0 | 1000111 | 1001110 | 10001000 | 1011101 | 1011 |
Color Harmonies of #023810
Complementary color
Monochromatic Colors of #023810
Black with #023810
Text Example
Text Example
White with #023810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023810; }
p { color: rgb(2,56,16); }
H1.HeaderClassName
{
color: #023810;
}
.AnyTagClassName
{
color: #023810;
}
</style>
background-color css
<style>
a { background-color: #023810; }
a { background-color: rgb(2,56,16); }
div.DivClassName
{
background-color: #023810;
}
.BgClassName
{
background-color: #023810;
}
</style>
border-color css
<style>
span { border-color: #023810; }
span { border-color: rgb(2,56,16); }
td.TdClassName
{
border-color: #023810;
}
.TagClassName
{
border-color: #023810;
}
</style>