Shades of Deep Fir #02300F
Tints of Deep Fir #02300F
RGB
CMYK
RGB Variations
Color information
#02300F (or 0x02300F) is known color: Deep Fir. HEX triplet: 02, 30 and 0F. RGB value is (2,48,15). Sum of RGB (Red+Green+Blue) = 2+48+15=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 48 (19.14% from 255 or 73.85% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 48 - color contains mainly: green. Hex color #02300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02300F is #FDCFF0. Grayscale: #1E1E1E. Windows color (decimal): -16633841 or 995330. OLE color: 995330.
HSL color Cylindrical-coordinate representation of color #02300F: hue angle of 136.96º 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 #02300F is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 48 | 15 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.81 |
| HSL | 136.96º | 0.92% | 0.1% | - |
| HSV(B) | 136.96º | 0.96% | 0.19% | - |
| XYZ | 1.17 | 2.16 | 0.81 | - |
| YUV | 30.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 15 | 0.96 | 0 | 0.69 | 0.81 | 136.96 | 0.92 | 0.1 |
| Hex | 2 | 30 | F | 60 | 0 | 45 | 51 | 89 | 5C | A |
| Octal | 2 | 60 | 17 | 140 | 0 | 105 | 121 | 211 | 134 | 12 |
| Binary | 10 | 110000 | 1111 | 1100000 | 0 | 1000101 | 1010001 | 10001001 | 1011100 | 1010 |
Color Harmonies of #02300F
Complementary color
Monochromatic Colors of #02300F
Black with #02300F
Text Example
Text Example
White with #02300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02300F; }
p { color: rgb(2,48,15); }
H1.HeaderClassName
{
color: #02300F;
}
.AnyTagClassName
{
color: #02300F;
}
</style>
background-color css
<style>
a { background-color: #02300F; }
a { background-color: rgb(2,48,15); }
div.DivClassName
{
background-color: #02300F;
}
.BgClassName
{
background-color: #02300F;
}
</style>
border-color css
<style>
span { border-color: #02300F; }
span { border-color: rgb(2,48,15); }
td.TdClassName
{
border-color: #02300F;
}
.TagClassName
{
border-color: #02300F;
}
</style>