Shades of Deep Fir #07431A
Tints of Deep Fir #07431A
RGB
CMYK
RGB Variations
Color information
#07431A (or 0x07431A) is known color: Deep Fir. HEX triplet: 07, 43 and 1A. RGB value is (7,67,26). Sum of RGB (Red+Green+Blue) = 7+67+26=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 67 (26.56% from 255 or 67% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 67 - color contains mainly: green. Hex color #07431A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07431A is #F8BCE5. Grayscale: #2C2C2C. Windows color (decimal): -16301286 or 1721095. OLE color: 1721095.
HSL color Cylindrical-coordinate representation of color #07431A: hue angle of 139º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07431A is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 67 | 26 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.74 |
| HSL | 139º | 0.81% | 0.15% | - |
| HSV(B) | 139º | 0.9% | 0.26% | - |
| XYZ | 2.28 | 4.13 | 1.66 | - |
| YUV | 44.39 | 117.62 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 26 | 0.90 | 0 | 0.61 | 0.74 | 139 | 0.81 | 0.15 |
| Hex | 7 | 43 | 1A | 5A | 0 | 3D | 4A | 8B | 51 | F |
| Octal | 7 | 103 | 32 | 132 | 0 | 75 | 112 | 213 | 121 | 17 |
| Binary | 111 | 1000011 | 11010 | 1011010 | 0 | 111101 | 1001010 | 10001011 | 1010001 | 1111 |
Color Harmonies of #07431A
Complementary color
Monochromatic Colors of #07431A
Black with #07431A
Text Example
Text Example
White with #07431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07431A; }
p { color: rgb(7,67,26); }
H1.HeaderClassName
{
color: #07431A;
}
.AnyTagClassName
{
color: #07431A;
}
</style>
background-color css
<style>
a { background-color: #07431A; }
a { background-color: rgb(7,67,26); }
div.DivClassName
{
background-color: #07431A;
}
.BgClassName
{
background-color: #07431A;
}
</style>
border-color css
<style>
span { border-color: #07431A; }
span { border-color: rgb(7,67,26); }
td.TdClassName
{
border-color: #07431A;
}
.TagClassName
{
border-color: #07431A;
}
</style>