Shades of Deep Fir #02380E
Tints of Deep Fir #02380E
RGB
CMYK
RGB Variations
Color information
#02380E (or 0x02380E) is known color: Deep Fir. HEX triplet: 02, 38 and 0E. RGB value is (2,56,14). Sum of RGB (Red+Green+Blue) = 2+56+14=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 56 (22.27% from 255 or 77.78% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 56 - color contains mainly: green. Hex color #02380E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02380E is #FDC7F1. Grayscale: #232323. Windows color (decimal): -16631794 or 931842. OLE color: 931842.
HSL color Cylindrical-coordinate representation of color #02380E: hue angle of 133.33º 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 #02380E is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 56 | 14 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.78 |
| HSL | 133.33º | 0.93% | 0.11% | - |
| HSV(B) | 133.33º | 0.96% | 0.22% | - |
| XYZ | 1.52 | 2.87 | 0.89 | - |
| YUV | 35.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 14 | 0.96 | 0 | 0.75 | 0.78 | 133.33 | 0.93 | 0.11 |
| Hex | 2 | 38 | E | 60 | 0 | 4B | 4E | 85 | 5D | B |
| Octal | 2 | 70 | 16 | 140 | 0 | 113 | 116 | 205 | 135 | 13 |
| Binary | 10 | 111000 | 1110 | 1100000 | 0 | 1001011 | 1001110 | 10000101 | 1011101 | 1011 |
Color Harmonies of #02380E
Complementary color
Monochromatic Colors of #02380E
Black with #02380E
Text Example
Text Example
White with #02380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02380E; }
p { color: rgb(2,56,14); }
H1.HeaderClassName
{
color: #02380E;
}
.AnyTagClassName
{
color: #02380E;
}
</style>
background-color css
<style>
a { background-color: #02380E; }
a { background-color: rgb(2,56,14); }
div.DivClassName
{
background-color: #02380E;
}
.BgClassName
{
background-color: #02380E;
}
</style>
border-color css
<style>
span { border-color: #02380E; }
span { border-color: rgb(2,56,14); }
td.TdClassName
{
border-color: #02380E;
}
.TagClassName
{
border-color: #02380E;
}
</style>