#04290C

Color #04290C Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #04290C

Tints of Deep Fir #04290C

Color information

#04290C (or 0x04290C) is unknown color: approx Deep Fir. HEX triplet: 04, 29 and 0C. RGB value is (4,41,12). Sum of RGB (Red+Green+Blue) = 4+41+12=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 41 (16.41% from 255 or 71.93% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 41 - color contains mainly: green. Hex color #04290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04290C is #FBD6F3. Grayscale: #1A1A1A. Windows color (decimal): -16504564 or 796932. OLE color: 796932.

HSL color Cylindrical-coordinate representation of color #04290C: hue angle of 132.97º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #04290C is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB44112-
CMYK0.9000.710.84
HSL132.97º82.22%8.82%-
HSV(B)132.97º90.24%16.08%-
XYZ0.911.640.62-
YUV26.63119.74111.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 7.02%
GREEN value IS 41 (16.41% from 255) = 71.93%
BLUE value IS 12 (5.08% from 255) = 21.05%
R=7.02%
G=71.93%
B=21.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal441120.9000.710.84132.9782.228.82
Hex429C5A0475485529
Octal45114132010712420512211
Binary100101001110010110100100011110101001000010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04290C; }

 p { color: rgb(4,41,12); }

 H1.HeaderClassName
 {
   color: #04290C;
 }
 .AnyTagClassName
 {
   color: #04290C;
 }
</style>
background-color css

<style>
 a { background-color: #04290C; }

 a { background-color: rgb(4,41,12); }

 div.DivClassName
 {
   background-color: #04290C;
 }
 .BgClassName
 {
   background-color: #04290C;
 }
</style>
border-color css

<style>
 span { border-color: #04290C; }

 span { border-color: rgb(4,41,12); }

 td.TdClassName
 {
   border-color: #04290C;
 }
 .TagClassName
 {
   border-color: #04290C;
 }
</style>