Shades of Deep Fir #02340E
Tints of Deep Fir #02340E
RGB
CMYK
RGB Variations
Color information
#02340E (or 0x02340E) is known color: Deep Fir. HEX triplet: 02, 34 and 0E. RGB value is (2,52,14). Sum of RGB (Red+Green+Blue) = 2+52+14=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 52 (20.70% from 255 or 76.47% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 52 - color contains mainly: green. Hex color #02340E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02340E is #FDCBF1. Grayscale: #202020. Windows color (decimal): -16632818 or 930818. OLE color: 930818.
HSL color Cylindrical-coordinate representation of color #02340E: hue angle of 134.4º 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 #02340E is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 52 | 14 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.80 |
| HSL | 134.4º | 0.93% | 0.11% | - |
| HSV(B) | 134.4º | 0.96% | 0.2% | - |
| XYZ | 1.33 | 2.5 | 0.83 | - |
| YUV | 32.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 14 | 0.96 | 0 | 0.73 | 0.80 | 134.4 | 0.93 | 0.11 |
| Hex | 2 | 34 | E | 60 | 0 | 49 | 50 | 86 | 5D | B |
| Octal | 2 | 64 | 16 | 140 | 0 | 111 | 120 | 206 | 135 | 13 |
| Binary | 10 | 110100 | 1110 | 1100000 | 0 | 1001001 | 1010000 | 10000110 | 1011101 | 1011 |
Color Harmonies of #02340E
Complementary color
Monochromatic Colors of #02340E
Black with #02340E
Text Example
Text Example
White with #02340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02340E; }
p { color: rgb(2,52,14); }
H1.HeaderClassName
{
color: #02340E;
}
.AnyTagClassName
{
color: #02340E;
}
</style>
background-color css
<style>
a { background-color: #02340E; }
a { background-color: rgb(2,52,14); }
div.DivClassName
{
background-color: #02340E;
}
.BgClassName
{
background-color: #02340E;
}
</style>
border-color css
<style>
span { border-color: #02340E; }
span { border-color: rgb(2,52,14); }
td.TdClassName
{
border-color: #02340E;
}
.TagClassName
{
border-color: #02340E;
}
</style>