Shades of Deep Fir #023710
Tints of Deep Fir #023710
RGB
CMYK
RGB Variations
Color information
#023710 (or 0x023710) is known color: Deep Fir. HEX triplet: 02, 37 and 10. RGB value is (2,55,16). Sum of RGB (Red+Green+Blue) = 2+55+16=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 55 (21.88% from 255 or 75.34% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 55 - color contains mainly: green. Hex color #023710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023710 is #FDC8EF. Grayscale: #222222. Windows color (decimal): -16632048 or 1062658. OLE color: 1062658.
HSL color Cylindrical-coordinate representation of color #023710: hue angle of 135.85º 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 #023710 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 55 | 16 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.78 |
| HSL | 135.85º | 0.93% | 0.11% | - |
| HSV(B) | 135.85º | 0.96% | 0.22% | - |
| XYZ | 1.48 | 2.78 | 0.95 | - |
| YUV | 34.71 | 117.44 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 16 | 0.96 | 0 | 0.71 | 0.78 | 135.85 | 0.93 | 0.11 |
| Hex | 2 | 37 | 10 | 60 | 0 | 47 | 4E | 88 | 5D | B |
| Octal | 2 | 67 | 20 | 140 | 0 | 107 | 116 | 210 | 135 | 13 |
| Binary | 10 | 110111 | 10000 | 1100000 | 0 | 1000111 | 1001110 | 10001000 | 1011101 | 1011 |
Color Harmonies of #023710
Complementary color
Monochromatic Colors of #023710
Black with #023710
Text Example
Text Example
White with #023710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023710; }
p { color: rgb(2,55,16); }
H1.HeaderClassName
{
color: #023710;
}
.AnyTagClassName
{
color: #023710;
}
</style>
background-color css
<style>
a { background-color: #023710; }
a { background-color: rgb(2,55,16); }
div.DivClassName
{
background-color: #023710;
}
.BgClassName
{
background-color: #023710;
}
</style>
border-color css
<style>
span { border-color: #023710; }
span { border-color: rgb(2,55,16); }
td.TdClassName
{
border-color: #023710;
}
.TagClassName
{
border-color: #023710;
}
</style>