Shades of Deep Fir #012A07
Tints of Deep Fir #012A07
RGB
CMYK
RGB Variations
Color information
#012A07 (or 0x012A07) is known color: Deep Fir. HEX triplet: 01, 2A and 07. RGB value is (1,42,7). Sum of RGB (Red+Green+Blue) = 1+42+7=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 42 (16.80% from 255 or 84% from 50); Blue value is 7 (3.12% from 255 or 14% from 50); Max value from RGB is 42 - color contains mainly: green. Hex color #012A07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012A07 is #FED5F8. Grayscale: #191919. Windows color (decimal): -16700921 or 469505. OLE color: 469505.
HSL color Cylindrical-coordinate representation of color #012A07: hue angle of 128.78º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012A07 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 42 | 7 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.84 |
| HSL | 128.78º | 0.95% | 0.08% | - |
| HSV(B) | 128.78º | 0.98% | 0.16% | - |
| XYZ | 0.88 | 1.68 | 0.48 | - |
| YUV | 25.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 7 | 0.98 | 0 | 0.83 | 0.84 | 128.78 | 0.95 | 0.08 |
| Hex | 1 | 2A | 7 | 62 | 0 | 53 | 54 | 81 | 5F | 8 |
| Octal | 1 | 52 | 7 | 142 | 0 | 123 | 124 | 201 | 137 | 10 |
| Binary | 1 | 101010 | 111 | 1100010 | 0 | 1010011 | 1010100 | 10000001 | 1011111 | 1000 |
Color Harmonies of #012A07
Complementary color
Monochromatic Colors of #012A07
Black with #012A07
Text Example
Text Example
White with #012A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012A07; }
p { color: rgb(1,42,7); }
H1.HeaderClassName
{
color: #012A07;
}
.AnyTagClassName
{
color: #012A07;
}
</style>
background-color css
<style>
a { background-color: #012A07; }
a { background-color: rgb(1,42,7); }
div.DivClassName
{
background-color: #012A07;
}
.BgClassName
{
background-color: #012A07;
}
</style>
border-color css
<style>
span { border-color: #012A07; }
span { border-color: rgb(1,42,7); }
td.TdClassName
{
border-color: #012A07;
}
.TagClassName
{
border-color: #012A07;
}
</style>