Shades of Deep Fir #04270C
Tints of Deep Fir #04270C
RGB
CMYK
RGB Variations
Color information
#04270C (or 0x04270C) is known color: Deep Fir. HEX triplet: 04, 27 and 0C. RGB value is (4,39,12). Sum of RGB (Red+Green+Blue) = 4+39+12=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 39 (15.62% from 255 or 70.91% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 39 - color contains mainly: green. Hex color #04270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04270C is #FBD8F3. Grayscale: #191919. Windows color (decimal): -16505076 or 796420. OLE color: 796420.
HSL color Cylindrical-coordinate representation of color #04270C: hue angle of 133.71º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #04270C is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 39 | 12 | - |
| CMYK | 0.90 | 0 | 0.69 | 0.85 |
| HSL | 133.71º | 0.81% | 0.08% | - |
| HSV(B) | 133.71º | 0.9% | 0.15% | - |
| XYZ | 0.84 | 1.5 | 0.59 | - |
| YUV | 25.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 12 | 0.90 | 0 | 0.69 | 0.85 | 133.71 | 0.81 | 0.08 |
| Hex | 4 | 27 | C | 5A | 0 | 45 | 55 | 86 | 51 | 8 |
| Octal | 4 | 47 | 14 | 132 | 0 | 105 | 125 | 206 | 121 | 10 |
| Binary | 100 | 100111 | 1100 | 1011010 | 0 | 1000101 | 1010101 | 10000110 | 1010001 | 1000 |
Color Harmonies of #04270C
Complementary color
Monochromatic Colors of #04270C
Black with #04270C
Text Example
Text Example
White with #04270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04270C; }
p { color: rgb(4,39,12); }
H1.HeaderClassName
{
color: #04270C;
}
.AnyTagClassName
{
color: #04270C;
}
</style>
background-color css
<style>
a { background-color: #04270C; }
a { background-color: rgb(4,39,12); }
div.DivClassName
{
background-color: #04270C;
}
.BgClassName
{
background-color: #04270C;
}
</style>
border-color css
<style>
span { border-color: #04270C; }
span { border-color: rgb(4,39,12); }
td.TdClassName
{
border-color: #04270C;
}
.TagClassName
{
border-color: #04270C;
}
</style>