Shades of Deep Fir #02400B
Tints of Deep Fir #02400B
RGB
CMYK
RGB Variations
Color information
#02400B (or 0x02400B) is known color: Deep Fir. HEX triplet: 02, 40 and 0B. RGB value is (2,64,11). Sum of RGB (Red+Green+Blue) = 2+64+11=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 64 (25.39% from 255 or 83.12% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 64 - color contains mainly: green. Hex color #02400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02400B is #FDBFF4. Grayscale: #272727. Windows color (decimal): -16629749 or 737282. OLE color: 737282.
HSL color Cylindrical-coordinate representation of color #02400B: hue angle of 128.71º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02400B is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 64 | 11 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.75 |
| HSL | 128.71º | 0.94% | 0.13% | - |
| HSV(B) | 128.71º | 0.97% | 0.25% | - |
| XYZ | 1.92 | 3.7 | 0.93 | - |
| YUV | 39.42 | 111.96 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 11 | 0.97 | 0 | 0.83 | 0.75 | 128.71 | 0.94 | 0.13 |
| Hex | 2 | 40 | B | 61 | 0 | 53 | 4B | 81 | 5E | D |
| Octal | 2 | 100 | 13 | 141 | 0 | 123 | 113 | 201 | 136 | 15 |
| Binary | 10 | 1000000 | 1011 | 1100001 | 0 | 1010011 | 1001011 | 10000001 | 1011110 | 1101 |
Color Harmonies of #02400B
Complementary color
Monochromatic Colors of #02400B
Black with #02400B
Text Example
Text Example
White with #02400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02400B; }
p { color: rgb(2,64,11); }
H1.HeaderClassName
{
color: #02400B;
}
.AnyTagClassName
{
color: #02400B;
}
</style>
background-color css
<style>
a { background-color: #02400B; }
a { background-color: rgb(2,64,11); }
div.DivClassName
{
background-color: #02400B;
}
.BgClassName
{
background-color: #02400B;
}
</style>
border-color css
<style>
span { border-color: #02400B; }
span { border-color: rgb(2,64,11); }
td.TdClassName
{
border-color: #02400B;
}
.TagClassName
{
border-color: #02400B;
}
</style>