Shades of Deep Fir #02380A
Tints of Deep Fir #02380A
RGB
CMYK
RGB Variations
Color information
#02380A (or 0x02380A) is known color: Deep Fir. HEX triplet: 02, 38 and 0A. RGB value is (2,56,10). Sum of RGB (Red+Green+Blue) = 2+56+10=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 56 (22.27% from 255 or 82.35% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 56 - color contains mainly: green. Hex color #02380A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02380A is #FDC7F5. Grayscale: #222222. Windows color (decimal): -16631798 or 669698. OLE color: 669698.
HSL color Cylindrical-coordinate representation of color #02380A: hue angle of 128.89º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02380A is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 56 | 10 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.78 |
| HSL | 128.89º | 0.93% | 0.11% | - |
| HSV(B) | 128.89º | 0.96% | 0.22% | - |
| XYZ | 1.49 | 2.86 | 0.76 | - |
| YUV | 34.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 10 | 0.96 | 0 | 0.82 | 0.78 | 128.89 | 0.93 | 0.11 |
| Hex | 2 | 38 | A | 60 | 0 | 52 | 4E | 81 | 5D | B |
| Octal | 2 | 70 | 12 | 140 | 0 | 122 | 116 | 201 | 135 | 13 |
| Binary | 10 | 111000 | 1010 | 1100000 | 0 | 1010010 | 1001110 | 10000001 | 1011101 | 1011 |
Color Harmonies of #02380A
Complementary color
Monochromatic Colors of #02380A
Black with #02380A
Text Example
Text Example
White with #02380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02380A; }
p { color: rgb(2,56,10); }
H1.HeaderClassName
{
color: #02380A;
}
.AnyTagClassName
{
color: #02380A;
}
</style>
background-color css
<style>
a { background-color: #02380A; }
a { background-color: rgb(2,56,10); }
div.DivClassName
{
background-color: #02380A;
}
.BgClassName
{
background-color: #02380A;
}
</style>
border-color css
<style>
span { border-color: #02380A; }
span { border-color: rgb(2,56,10); }
td.TdClassName
{
border-color: #02380A;
}
.TagClassName
{
border-color: #02380A;
}
</style>