Shades of Deep Fir #023712
Tints of Deep Fir #023712
RGB
CMYK
RGB Variations
Color information
#023712 (or 0x023712) is known color: Deep Fir. HEX triplet: 02, 37 and 12. RGB value is (2,55,18). Sum of RGB (Red+Green+Blue) = 2+55+18=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 55 (21.88% from 255 or 73.33% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 55 - color contains mainly: green. Hex color #023712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023712 is #FDC8ED. Grayscale: #232323. Windows color (decimal): -16632046 or 1193730. OLE color: 1193730.
HSL color Cylindrical-coordinate representation of color #023712: hue angle of 138.11º 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 #023712 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 55 | 18 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.78 |
| HSL | 138.11º | 0.93% | 0.11% | - |
| HSV(B) | 138.11º | 0.96% | 0.22% | - |
| XYZ | 1.5 | 2.79 | 1.03 | - |
| YUV | 34.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 18 | 0.96 | 0 | 0.67 | 0.78 | 138.11 | 0.93 | 0.11 |
| Hex | 2 | 37 | 12 | 60 | 0 | 43 | 4E | 8A | 5D | B |
| Octal | 2 | 67 | 22 | 140 | 0 | 103 | 116 | 212 | 135 | 13 |
| Binary | 10 | 110111 | 10010 | 1100000 | 0 | 1000011 | 1001110 | 10001010 | 1011101 | 1011 |
Color Harmonies of #023712
Complementary color
Monochromatic Colors of #023712
Black with #023712
Text Example
Text Example
White with #023712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023712; }
p { color: rgb(2,55,18); }
H1.HeaderClassName
{
color: #023712;
}
.AnyTagClassName
{
color: #023712;
}
</style>
background-color css
<style>
a { background-color: #023712; }
a { background-color: rgb(2,55,18); }
div.DivClassName
{
background-color: #023712;
}
.BgClassName
{
background-color: #023712;
}
</style>
border-color css
<style>
span { border-color: #023712; }
span { border-color: rgb(2,55,18); }
td.TdClassName
{
border-color: #023712;
}
.TagClassName
{
border-color: #023712;
}
</style>