Shades of Deep Fir #02300D
Tints of Deep Fir #02300D
RGB
CMYK
RGB Variations
Color information
#02300D (or 0x02300D) is known color: Deep Fir. HEX triplet: 02, 30 and 0D. RGB value is (2,48,13). Sum of RGB (Red+Green+Blue) = 2+48+13=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 48 (19.14% from 255 or 76.19% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 48 - color contains mainly: green. Hex color #02300D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02300D is #FDCFF2. Grayscale: #1E1E1E. Windows color (decimal): -16633843 or 864258. OLE color: 864258.
HSL color Cylindrical-coordinate representation of color #02300D: hue angle of 134.35º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02300D is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 48 | 13 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.81 |
| HSL | 134.35º | 0.92% | 0.1% | - |
| HSV(B) | 134.35º | 0.96% | 0.19% | - |
| XYZ | 1.15 | 2.16 | 0.74 | - |
| YUV | 30.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 13 | 0.96 | 0 | 0.73 | 0.81 | 134.35 | 0.92 | 0.1 |
| Hex | 2 | 30 | D | 60 | 0 | 49 | 51 | 86 | 5C | A |
| Octal | 2 | 60 | 15 | 140 | 0 | 111 | 121 | 206 | 134 | 12 |
| Binary | 10 | 110000 | 1101 | 1100000 | 0 | 1001001 | 1010001 | 10000110 | 1011100 | 1010 |
Color Harmonies of #02300D
Complementary color
Monochromatic Colors of #02300D
Black with #02300D
Text Example
Text Example
White with #02300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02300D; }
p { color: rgb(2,48,13); }
H1.HeaderClassName
{
color: #02300D;
}
.AnyTagClassName
{
color: #02300D;
}
</style>
background-color css
<style>
a { background-color: #02300D; }
a { background-color: rgb(2,48,13); }
div.DivClassName
{
background-color: #02300D;
}
.BgClassName
{
background-color: #02300D;
}
</style>
border-color css
<style>
span { border-color: #02300D; }
span { border-color: rgb(2,48,13); }
td.TdClassName
{
border-color: #02300D;
}
.TagClassName
{
border-color: #02300D;
}
</style>