Shades of Deep Fir #07230F
Tints of Deep Fir #07230F
RGB
CMYK
RGB Variations
Color information
#07230F (or 0x07230F) is known color: Deep Fir. HEX triplet: 07, 23 and 0F. RGB value is (7,35,15). Sum of RGB (Red+Green+Blue) = 7+35+15=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 35 (14.06% from 255 or 61.40% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 35 - color contains mainly: green. Hex color #07230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07230F is #F8DCF0. Grayscale: #181818. Windows color (decimal): -16309489 or 992007. OLE color: 992007.
HSL color Cylindrical-coordinate representation of color #07230F: hue angle of 137.14º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #07230F is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 35 | 15 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.86 |
| HSL | 137.14º | 0.67% | 0.08% | - |
| HSV(B) | 137.14º | 0.8% | 0.14% | - |
| XYZ | 0.77 | 1.28 | 0.66 | - |
| YUV | 24.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 15 | 0.80 | 0 | 0.57 | 0.86 | 137.14 | 0.67 | 0.08 |
| Hex | 7 | 23 | F | 50 | 0 | 39 | 56 | 89 | 43 | 8 |
| Octal | 7 | 43 | 17 | 120 | 0 | 71 | 126 | 211 | 103 | 10 |
| Binary | 111 | 100011 | 1111 | 1010000 | 0 | 111001 | 1010110 | 10001001 | 1000011 | 1000 |
Color Harmonies of #07230F
Complementary color
Monochromatic Colors of #07230F
Black with #07230F
Text Example
Text Example
White with #07230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07230F; }
p { color: rgb(7,35,15); }
H1.HeaderClassName
{
color: #07230F;
}
.AnyTagClassName
{
color: #07230F;
}
</style>
background-color css
<style>
a { background-color: #07230F; }
a { background-color: rgb(7,35,15); }
div.DivClassName
{
background-color: #07230F;
}
.BgClassName
{
background-color: #07230F;
}
</style>
border-color css
<style>
span { border-color: #07230F; }
span { border-color: rgb(7,35,15); }
td.TdClassName
{
border-color: #07230F;
}
.TagClassName
{
border-color: #07230F;
}
</style>