Shades of Deep Fir #002603
Tints of Deep Fir #002603
RGB
CMYK
RGB Variations
Color information
#002603 (or 0x002603) is known color: Deep Fir. HEX triplet: 00, 26 and 03. RGB value is (0,38,3). Sum of RGB (Red+Green+Blue) = 0+38+3=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 38 (15.23% from 255 or 92.68% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 38 - color contains mainly: green. Hex color #002603 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002603 is #FFD9FC. Grayscale: #161616. Windows color (decimal): -16767485 or 206336. OLE color: 206336.
HSL color Cylindrical-coordinate representation of color #002603: hue angle of 124.74º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002603 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 38 | 3 | - |
| CMYK | 1 | 0 | 0.92 | 0.85 |
| HSL | 124.74º | 1% | 0.07% | - |
| HSV(B) | 124.74º | 1% | 0.15% | - |
| XYZ | 0.71 | 1.39 | 0.32 | - |
| YUV | 22.65 | 116.91 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 3 | 1 | 0 | 0.92 | 0.85 | 124.74 | 1 | 0.07 |
| Hex | 0 | 26 | 3 | 64 | 0 | 5C | 55 | 7D | 64 | 7 |
| Octal | 0 | 46 | 3 | 144 | 0 | 134 | 125 | 175 | 144 | 7 |
| Binary | 0 | 100110 | 11 | 1100100 | 0 | 1011100 | 1010101 | 1111101 | 1100100 | 111 |
Color Harmonies of #002603
Complementary color
Monochromatic Colors of #002603
Black with #002603
Text Example
Text Example
White with #002603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002603; }
p { color: rgb(0,38,3); }
H1.HeaderClassName
{
color: #002603;
}
.AnyTagClassName
{
color: #002603;
}
</style>
background-color css
<style>
a { background-color: #002603; }
a { background-color: rgb(0,38,3); }
div.DivClassName
{
background-color: #002603;
}
.BgClassName
{
background-color: #002603;
}
</style>
border-color css
<style>
span { border-color: #002603; }
span { border-color: rgb(0,38,3); }
td.TdClassName
{
border-color: #002603;
}
.TagClassName
{
border-color: #002603;
}
</style>