Shades of Deep Fir #02280B
Tints of Deep Fir #02280B
RGB
CMYK
RGB Variations
Color information
#02280B (or 0x02280B) is known color: Deep Fir. HEX triplet: 02, 28 and 0B. RGB value is (2,40,11). Sum of RGB (Red+Green+Blue) = 2+40+11=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 40 (16.02% from 255 or 75.47% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 40 - color contains mainly: green. Hex color #02280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02280B is #FDD7F4. Grayscale: #191919. Windows color (decimal): -16635893 or 731138. OLE color: 731138.
HSL color Cylindrical-coordinate representation of color #02280B: hue angle of 134.21º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02280B is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
RGB | 2 | 40 | 11 | - |
CMYK | 0.95 | 0 | 0.72 | 0.84 |
HSL | 134.21º | 0.9% | 0.08% | - |
HSV(B) | 134.21º | 0.95% | 0.16% | - |
XYZ | 0.84 | 1.55 | 0.57 | - |
YUV | 25.33 | 119.91 | 111.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 40 | 11 | 0.95 | 0 | 0.72 | 0.84 | 134.21 | 0.9 | 0.08 |
Hex | 2 | 28 | B | 5F | 0 | 48 | 54 | 86 | 5A | 8 |
Octal | 2 | 50 | 13 | 137 | 0 | 110 | 124 | 206 | 132 | 10 |
Binary | 10 | 101000 | 1011 | 1011111 | 0 | 1001000 | 1010100 | 10000110 | 1011010 | 1000 |
Color Harmonies of #02280B
Complementary color
Monochromatic Colors of #02280B
Black with #02280B
Text Example
Text Example
White with #02280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02280B; }
p { color: rgb(2,40,11); }
H1.HeaderClassName
{
color: #02280B;
}
.AnyTagClassName
{
color: #02280B;
}
</style>
background-color css
<style>
a { background-color: #02280B; }
a { background-color: rgb(2,40,11); }
div.DivClassName
{
background-color: #02280B;
}
.BgClassName
{
background-color: #02280B;
}
</style>
border-color css
<style>
span { border-color: #02280B; }
span { border-color: rgb(2,40,11); }
td.TdClassName
{
border-color: #02280B;
}
.TagClassName
{
border-color: #02280B;
}
</style>