Shades of Deep Fir #002605
Tints of Deep Fir #002605
RGB
CMYK
RGB Variations
Color information
#002605 (or 0x002605) is known color: Deep Fir. HEX triplet: 00, 26 and 05. RGB value is (0,38,5). Sum of RGB (Red+Green+Blue) = 0+38+5=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 38 (15.23% from 255 or 88.37% from 43); Blue value is 5 (2.34% from 255 or 11.63% from 43); Max value from RGB is 38 - color contains mainly: green. Hex color #002605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002605 is #FFD9FA. Grayscale: #161616. Windows color (decimal): -16767483 or 337408. OLE color: 337408.
HSL color Cylindrical-coordinate representation of color #002605: hue angle of 127.89º 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 #002605 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 38 | 5 | - |
| CMYK | 1 | 0 | 0.87 | 0.85 |
| HSL | 127.89º | 1% | 0.07% | - |
| HSV(B) | 127.89º | 1% | 0.15% | - |
| XYZ | 0.72 | 1.4 | 0.38 | - |
| YUV | 22.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 5 | 1 | 0 | 0.87 | 0.85 | 127.89 | 1 | 0.07 |
| Hex | 0 | 26 | 5 | 64 | 0 | 57 | 55 | 80 | 64 | 7 |
| Octal | 0 | 46 | 5 | 144 | 0 | 127 | 125 | 200 | 144 | 7 |
| Binary | 0 | 100110 | 101 | 1100100 | 0 | 1010111 | 1010101 | 10000000 | 1100100 | 111 |
Color Harmonies of #002605
Complementary color
Monochromatic Colors of #002605
Black with #002605
Text Example
Text Example
White with #002605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002605; }
p { color: rgb(0,38,5); }
H1.HeaderClassName
{
color: #002605;
}
.AnyTagClassName
{
color: #002605;
}
</style>
background-color css
<style>
a { background-color: #002605; }
a { background-color: rgb(0,38,5); }
div.DivClassName
{
background-color: #002605;
}
.BgClassName
{
background-color: #002605;
}
</style>
border-color css
<style>
span { border-color: #002605; }
span { border-color: rgb(0,38,5); }
td.TdClassName
{
border-color: #002605;
}
.TagClassName
{
border-color: #002605;
}
</style>