Shades of Deep Fir #02450F
Tints of Deep Fir #02450F
RGB
CMYK
RGB Variations
Color information
#02450F (or 0x02450F) is known color: Deep Fir. HEX triplet: 02, 45 and 0F. RGB value is (2,69,15). Sum of RGB (Red+Green+Blue) = 2+69+15=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 69 (27.34% from 255 or 80.23% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 69 - color contains mainly: green. Hex color #02450F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02450F is #FDBAF0. Grayscale: #2A2A2A. Windows color (decimal): -16628465 or 1000706. OLE color: 1000706.
HSL color Cylindrical-coordinate representation of color #02450F: hue angle of 131.64º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02450F is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 69 | 15 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.73 |
| HSL | 131.64º | 0.94% | 0.14% | - |
| HSV(B) | 131.64º | 0.97% | 0.27% | - |
| XYZ | 2.24 | 4.3 | 1.16 | - |
| YUV | 42.81 | 112.3 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 15 | 0.97 | 0 | 0.78 | 0.73 | 131.64 | 0.94 | 0.14 |
| Hex | 2 | 45 | F | 61 | 0 | 4E | 49 | 84 | 5E | E |
| Octal | 2 | 105 | 17 | 141 | 0 | 116 | 111 | 204 | 136 | 16 |
| Binary | 10 | 1000101 | 1111 | 1100001 | 0 | 1001110 | 1001001 | 10000100 | 1011110 | 1110 |
Color Harmonies of #02450F
Complementary color
Monochromatic Colors of #02450F
Black with #02450F
Text Example
Text Example
White with #02450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02450F; }
p { color: rgb(2,69,15); }
H1.HeaderClassName
{
color: #02450F;
}
.AnyTagClassName
{
color: #02450F;
}
</style>
background-color css
<style>
a { background-color: #02450F; }
a { background-color: rgb(2,69,15); }
div.DivClassName
{
background-color: #02450F;
}
.BgClassName
{
background-color: #02450F;
}
</style>
border-color css
<style>
span { border-color: #02450F; }
span { border-color: rgb(2,69,15); }
td.TdClassName
{
border-color: #02450F;
}
.TagClassName
{
border-color: #02450F;
}
</style>