Shades of Deep Fir #023411
Tints of Deep Fir #023411
RGB
CMYK
RGB Variations
Color information
#023411 (or 0x023411) is known color: Deep Fir. HEX triplet: 02, 34 and 11. RGB value is (2,52,17). Sum of RGB (Red+Green+Blue) = 2+52+17=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 52 (20.70% from 255 or 73.24% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 52 - color contains mainly: green. Hex color #023411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023411 is #FDCBEE. Grayscale: #212121. Windows color (decimal): -16632815 or 1127426. OLE color: 1127426.
HSL color Cylindrical-coordinate representation of color #023411: hue angle of 138º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023411 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 52 | 17 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.80 |
| HSL | 138º | 0.93% | 0.11% | - |
| HSV(B) | 138º | 0.96% | 0.2% | - |
| XYZ | 1.35 | 2.51 | 0.94 | - |
| YUV | 33.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 17 | 0.96 | 0 | 0.67 | 0.80 | 138 | 0.93 | 0.11 |
| Hex | 2 | 34 | 11 | 60 | 0 | 43 | 50 | 8A | 5D | B |
| Octal | 2 | 64 | 21 | 140 | 0 | 103 | 120 | 212 | 135 | 13 |
| Binary | 10 | 110100 | 10001 | 1100000 | 0 | 1000011 | 1010000 | 10001010 | 1011101 | 1011 |
Color Harmonies of #023411
Complementary color
Monochromatic Colors of #023411
Black with #023411
Text Example
Text Example
White with #023411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023411; }
p { color: rgb(2,52,17); }
H1.HeaderClassName
{
color: #023411;
}
.AnyTagClassName
{
color: #023411;
}
</style>
background-color css
<style>
a { background-color: #023411; }
a { background-color: rgb(2,52,17); }
div.DivClassName
{
background-color: #023411;
}
.BgClassName
{
background-color: #023411;
}
</style>
border-color css
<style>
span { border-color: #023411; }
span { border-color: rgb(2,52,17); }
td.TdClassName
{
border-color: #023411;
}
.TagClassName
{
border-color: #023411;
}
</style>