Shades of Deep Fir #02380C
Tints of Deep Fir #02380C
RGB
CMYK
RGB Variations
Color information
#02380C (or 0x02380C) is known color: Deep Fir. HEX triplet: 02, 38 and 0C. RGB value is (2,56,12). Sum of RGB (Red+Green+Blue) = 2+56+12=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 56 (22.27% from 255 or 80% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 56 - color contains mainly: green. Hex color #02380C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02380C is #FDC7F3. Grayscale: #222222. Windows color (decimal): -16631796 or 800770. OLE color: 800770.
HSL color Cylindrical-coordinate representation of color #02380C: hue angle of 131.11º 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 #02380C is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 56 | 12 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.78 |
| HSL | 131.11º | 0.93% | 0.11% | - |
| HSV(B) | 131.11º | 0.96% | 0.22% | - |
| XYZ | 1.51 | 2.87 | 0.82 | - |
| YUV | 34.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 12 | 0.96 | 0 | 0.79 | 0.78 | 131.11 | 0.93 | 0.11 |
| Hex | 2 | 38 | C | 60 | 0 | 4F | 4E | 83 | 5D | B |
| Octal | 2 | 70 | 14 | 140 | 0 | 117 | 116 | 203 | 135 | 13 |
| Binary | 10 | 111000 | 1100 | 1100000 | 0 | 1001111 | 1001110 | 10000011 | 1011101 | 1011 |
Color Harmonies of #02380C
Complementary color
Monochromatic Colors of #02380C
Black with #02380C
Text Example
Text Example
White with #02380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02380C; }
p { color: rgb(2,56,12); }
H1.HeaderClassName
{
color: #02380C;
}
.AnyTagClassName
{
color: #02380C;
}
</style>
background-color css
<style>
a { background-color: #02380C; }
a { background-color: rgb(2,56,12); }
div.DivClassName
{
background-color: #02380C;
}
.BgClassName
{
background-color: #02380C;
}
</style>
border-color css
<style>
span { border-color: #02380C; }
span { border-color: rgb(2,56,12); }
td.TdClassName
{
border-color: #02380C;
}
.TagClassName
{
border-color: #02380C;
}
</style>