Shades of Deep Fir #02390A
Tints of Deep Fir #02390A
RGB
CMYK
RGB Variations
Color information
#02390A (or 0x02390A) is known color: Deep Fir. HEX triplet: 02, 39 and 0A. RGB value is (2,57,10). Sum of RGB (Red+Green+Blue) = 2+57+10=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 57 (22.66% from 255 or 82.61% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 57 - color contains mainly: green. Hex color #02390A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02390A is #FDC6F5. Grayscale: #232323. Windows color (decimal): -16631542 or 669954. OLE color: 669954.
HSL color Cylindrical-coordinate representation of color #02390A: hue angle of 128.73º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02390A is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 57 | 10 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.78 |
| HSL | 128.73º | 0.93% | 0.12% | - |
| HSV(B) | 128.73º | 0.96% | 0.22% | - |
| XYZ | 1.54 | 2.96 | 0.78 | - |
| YUV | 35.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 10 | 0.96 | 0 | 0.82 | 0.78 | 128.73 | 0.93 | 0.12 |
| Hex | 2 | 39 | A | 60 | 0 | 52 | 4E | 81 | 5D | C |
| Octal | 2 | 71 | 12 | 140 | 0 | 122 | 116 | 201 | 135 | 14 |
| Binary | 10 | 111001 | 1010 | 1100000 | 0 | 1010010 | 1001110 | 10000001 | 1011101 | 1100 |
Color Harmonies of #02390A
Complementary color
Monochromatic Colors of #02390A
Black with #02390A
Text Example
Text Example
White with #02390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02390A; }
p { color: rgb(2,57,10); }
H1.HeaderClassName
{
color: #02390A;
}
.AnyTagClassName
{
color: #02390A;
}
</style>
background-color css
<style>
a { background-color: #02390A; }
a { background-color: rgb(2,57,10); }
div.DivClassName
{
background-color: #02390A;
}
.BgClassName
{
background-color: #02390A;
}
</style>
border-color css
<style>
span { border-color: #02390A; }
span { border-color: rgb(2,57,10); }
td.TdClassName
{
border-color: #02390A;
}
.TagClassName
{
border-color: #02390A;
}
</style>