Shades of Deep Fir #00480B
Tints of Deep Fir #00480B
RGB
CMYK
RGB Variations
Color information
#00480B (or 0x00480B) is known color: Deep Fir. HEX triplet: 00, 48 and 0B. RGB value is (0,72,11). Sum of RGB (Red+Green+Blue) = 0+72+11=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 72 (28.52% from 255 or 86.75% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 72 - color contains mainly: green. Hex color #00480B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00480B is #FFB7F4. Grayscale: #2B2B2B. Windows color (decimal): -16758773 or 739328. OLE color: 739328.
HSL color Cylindrical-coordinate representation of color #00480B: hue angle of 129.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00480B is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 72 | 11 | - |
| CMYK | 1 | 0 | 0.85 | 0.72 |
| HSL | 129.17º | 1% | 0.14% | - |
| HSV(B) | 129.17º | 1% | 0.28% | - |
| XYZ | 2.38 | 4.66 | 1.09 | - |
| YUV | 43.52 | 109.65 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 11 | 1 | 0 | 0.85 | 0.72 | 129.17 | 1 | 0.14 |
| Hex | 0 | 48 | B | 64 | 0 | 55 | 48 | 81 | 64 | E |
| Octal | 0 | 110 | 13 | 144 | 0 | 125 | 110 | 201 | 144 | 16 |
| Binary | 0 | 1001000 | 1011 | 1100100 | 0 | 1010101 | 1001000 | 10000001 | 1100100 | 1110 |
Color Harmonies of #00480B
Complementary color
Monochromatic Colors of #00480B
Black with #00480B
Text Example
Text Example
White with #00480B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00480B; }
p { color: rgb(0,72,11); }
H1.HeaderClassName
{
color: #00480B;
}
.AnyTagClassName
{
color: #00480B;
}
</style>
background-color css
<style>
a { background-color: #00480B; }
a { background-color: rgb(0,72,11); }
div.DivClassName
{
background-color: #00480B;
}
.BgClassName
{
background-color: #00480B;
}
</style>
border-color css
<style>
span { border-color: #00480B; }
span { border-color: rgb(0,72,11); }
td.TdClassName
{
border-color: #00480B;
}
.TagClassName
{
border-color: #00480B;
}
</style>