Shades of Deep Fir #02260A
Tints of Deep Fir #02260A
RGB
CMYK
RGB Variations
Color information
#02260A (or 0x02260A) is known color: Deep Fir. HEX triplet: 02, 26 and 0A. RGB value is (2,38,10). Sum of RGB (Red+Green+Blue) = 2+38+10=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 38 (15.23% from 255 or 76% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 38 - color contains mainly: green. Hex color #02260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02260A is #FDD9F5. Grayscale: #181818. Windows color (decimal): -16636406 or 665090. OLE color: 665090.
HSL color Cylindrical-coordinate representation of color #02260A: hue angle of 133.33º 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 #02260A is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 38 | 10 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.85 |
| HSL | 133.33º | 0.9% | 0.08% | - |
| HSV(B) | 133.33º | 0.95% | 0.15% | - |
| XYZ | 0.77 | 1.42 | 0.52 | - |
| YUV | 24.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 10 | 0.95 | 0 | 0.74 | 0.85 | 133.33 | 0.9 | 0.08 |
| Hex | 2 | 26 | A | 5F | 0 | 4A | 55 | 85 | 5A | 8 |
| Octal | 2 | 46 | 12 | 137 | 0 | 112 | 125 | 205 | 132 | 10 |
| Binary | 10 | 100110 | 1010 | 1011111 | 0 | 1001010 | 1010101 | 10000101 | 1011010 | 1000 |
Color Harmonies of #02260A
Complementary color
Monochromatic Colors of #02260A
Black with #02260A
Text Example
Text Example
White with #02260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02260A; }
p { color: rgb(2,38,10); }
H1.HeaderClassName
{
color: #02260A;
}
.AnyTagClassName
{
color: #02260A;
}
</style>
background-color css
<style>
a { background-color: #02260A; }
a { background-color: rgb(2,38,10); }
div.DivClassName
{
background-color: #02260A;
}
.BgClassName
{
background-color: #02260A;
}
</style>
border-color css
<style>
span { border-color: #02260A; }
span { border-color: rgb(2,38,10); }
td.TdClassName
{
border-color: #02260A;
}
.TagClassName
{
border-color: #02260A;
}
</style>