Shades of Deep Fir #034213
Tints of Deep Fir #034213
RGB
CMYK
RGB Variations
Color information
#034213 (or 0x034213) is known color: Deep Fir. HEX triplet: 03, 42 and 13. RGB value is (3,66,19). Sum of RGB (Red+Green+Blue) = 3+66+19=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 66 (26.17% from 255 or 75% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 66 - color contains mainly: green. Hex color #034213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034213 is #FCBDEC. Grayscale: #292929. Windows color (decimal): -16563693 or 1262083. OLE color: 1262083.
HSL color Cylindrical-coordinate representation of color #034213: hue angle of 135.24º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034213 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 66 | 19 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.74 |
| HSL | 135.24º | 0.91% | 0.14% | - |
| HSV(B) | 135.24º | 0.95% | 0.26% | - |
| XYZ | 2.1 | 3.96 | 1.27 | - |
| YUV | 41.81 | 115.13 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 19 | 0.95 | 0 | 0.71 | 0.74 | 135.24 | 0.91 | 0.14 |
| Hex | 3 | 42 | 13 | 5F | 0 | 47 | 4A | 87 | 5B | E |
| Octal | 3 | 102 | 23 | 137 | 0 | 107 | 112 | 207 | 133 | 16 |
| Binary | 11 | 1000010 | 10011 | 1011111 | 0 | 1000111 | 1001010 | 10000111 | 1011011 | 1110 |
Color Harmonies of #034213
Complementary color
Monochromatic Colors of #034213
Black with #034213
Text Example
Text Example
White with #034213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034213; }
p { color: rgb(3,66,19); }
H1.HeaderClassName
{
color: #034213;
}
.AnyTagClassName
{
color: #034213;
}
</style>
background-color css
<style>
a { background-color: #034213; }
a { background-color: rgb(3,66,19); }
div.DivClassName
{
background-color: #034213;
}
.BgClassName
{
background-color: #034213;
}
</style>
border-color css
<style>
span { border-color: #034213; }
span { border-color: rgb(3,66,19); }
td.TdClassName
{
border-color: #034213;
}
.TagClassName
{
border-color: #034213;
}
</style>