Shades of Deep Fir #034012
Tints of Deep Fir #034012
RGB
CMYK
RGB Variations
Color information
#034012 (or 0x034012) is known color: Deep Fir. HEX triplet: 03, 40 and 12. RGB value is (3,64,18). Sum of RGB (Red+Green+Blue) = 3+64+18=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 64 (25.39% from 255 or 75.29% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 64 - color contains mainly: green. Hex color #034012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034012 is #FCBFED. Grayscale: #282828. Windows color (decimal): -16564206 or 1196035. OLE color: 1196035.
HSL color Cylindrical-coordinate representation of color #034012: hue angle of 134.75º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034012 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 64 | 18 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.75 |
| HSL | 134.75º | 0.91% | 0.13% | - |
| HSV(B) | 134.75º | 0.95% | 0.25% | - |
| XYZ | 1.98 | 3.73 | 1.19 | - |
| YUV | 40.52 | 115.29 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 18 | 0.95 | 0 | 0.72 | 0.75 | 134.75 | 0.91 | 0.13 |
| Hex | 3 | 40 | 12 | 5F | 0 | 48 | 4B | 87 | 5B | D |
| Octal | 3 | 100 | 22 | 137 | 0 | 110 | 113 | 207 | 133 | 15 |
| Binary | 11 | 1000000 | 10010 | 1011111 | 0 | 1001000 | 1001011 | 10000111 | 1011011 | 1101 |
Color Harmonies of #034012
Complementary color
Monochromatic Colors of #034012
Black with #034012
Text Example
Text Example
White with #034012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034012; }
p { color: rgb(3,64,18); }
H1.HeaderClassName
{
color: #034012;
}
.AnyTagClassName
{
color: #034012;
}
</style>
background-color css
<style>
a { background-color: #034012; }
a { background-color: rgb(3,64,18); }
div.DivClassName
{
background-color: #034012;
}
.BgClassName
{
background-color: #034012;
}
</style>
border-color css
<style>
span { border-color: #034012; }
span { border-color: rgb(3,64,18); }
td.TdClassName
{
border-color: #034012;
}
.TagClassName
{
border-color: #034012;
}
</style>