Shades of Deep Fir #022606
Tints of Deep Fir #022606
RGB
CMYK
RGB Variations
Color information
#022606 (or 0x022606) is known color: Deep Fir. HEX triplet: 02, 26 and 06. RGB value is (2,38,6). Sum of RGB (Red+Green+Blue) = 2+38+6=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 38 (15.23% from 255 or 82.61% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 38 - color contains mainly: green. Hex color #022606 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022606 is #FDD9F9. Grayscale: #171717. Windows color (decimal): -16636410 or 402946. OLE color: 402946.
HSL color Cylindrical-coordinate representation of color #022606: hue angle of 126.67º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022606 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 38 | 6 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.85 |
| HSL | 126.67º | 0.9% | 0.08% | - |
| HSV(B) | 126.67º | 0.95% | 0.15% | - |
| XYZ | 0.75 | 1.41 | 0.41 | - |
| YUV | 23.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 6 | 0.95 | 0 | 0.84 | 0.85 | 126.67 | 0.9 | 0.08 |
| Hex | 2 | 26 | 6 | 5F | 0 | 54 | 55 | 7F | 5A | 8 |
| Octal | 2 | 46 | 6 | 137 | 0 | 124 | 125 | 177 | 132 | 10 |
| Binary | 10 | 100110 | 110 | 1011111 | 0 | 1010100 | 1010101 | 1111111 | 1011010 | 1000 |
Color Harmonies of #022606
Complementary color
Monochromatic Colors of #022606
Black with #022606
Text Example
Text Example
White with #022606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022606; }
p { color: rgb(2,38,6); }
H1.HeaderClassName
{
color: #022606;
}
.AnyTagClassName
{
color: #022606;
}
</style>
background-color css
<style>
a { background-color: #022606; }
a { background-color: rgb(2,38,6); }
div.DivClassName
{
background-color: #022606;
}
.BgClassName
{
background-color: #022606;
}
</style>
border-color css
<style>
span { border-color: #022606; }
span { border-color: rgb(2,38,6); }
td.TdClassName
{
border-color: #022606;
}
.TagClassName
{
border-color: #022606;
}
</style>