Shades of Deep Fir #02310A
Tints of Deep Fir #02310A
RGB
CMYK
RGB Variations
Color information
#02310A (or 0x02310A) is known color: Deep Fir. HEX triplet: 02, 31 and 0A. RGB value is (2,49,10). Sum of RGB (Red+Green+Blue) = 2+49+10=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 49 (19.53% from 255 or 80.33% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 49 - color contains mainly: green. Hex color #02310A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02310A is #FDCEF5. Grayscale: #1E1E1E. Windows color (decimal): -16633590 or 667906. OLE color: 667906.
HSL color Cylindrical-coordinate representation of color #02310A: hue angle of 130.21º 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 #02310A is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 49 | 10 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.81 |
| HSL | 130.21º | 0.92% | 0.1% | - |
| HSV(B) | 130.21º | 0.96% | 0.19% | - |
| XYZ | 1.18 | 2.23 | 0.66 | - |
| YUV | 30.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 10 | 0.96 | 0 | 0.80 | 0.81 | 130.21 | 0.92 | 0.1 |
| Hex | 2 | 31 | A | 60 | 0 | 50 | 51 | 82 | 5C | A |
| Octal | 2 | 61 | 12 | 140 | 0 | 120 | 121 | 202 | 134 | 12 |
| Binary | 10 | 110001 | 1010 | 1100000 | 0 | 1010000 | 1010001 | 10000010 | 1011100 | 1010 |
Color Harmonies of #02310A
Complementary color
Monochromatic Colors of #02310A
Black with #02310A
Text Example
Text Example
White with #02310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02310A; }
p { color: rgb(2,49,10); }
H1.HeaderClassName
{
color: #02310A;
}
.AnyTagClassName
{
color: #02310A;
}
</style>
background-color css
<style>
a { background-color: #02310A; }
a { background-color: rgb(2,49,10); }
div.DivClassName
{
background-color: #02310A;
}
.BgClassName
{
background-color: #02310A;
}
</style>
border-color css
<style>
span { border-color: #02310A; }
span { border-color: rgb(2,49,10); }
td.TdClassName
{
border-color: #02310A;
}
.TagClassName
{
border-color: #02310A;
}
</style>