#042A0C

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

Shades of Deep Fir #042A0C

Tints of Deep Fir #042A0C

Color information

#042A0C (or 0x042A0C) is unknown color: approx Deep Fir. HEX triplet: 04, 2A and 0C. RGB value is (4,42,12). Sum of RGB (Red+Green+Blue) = 4+42+12=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 42 (16.80% from 255 or 72.41% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 42 - color contains mainly: green. Hex color #042A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042A0C is #FBD5F3. Grayscale: #1B1B1B. Windows color (decimal): -16504308 or 797188. OLE color: 797188.

HSL color Cylindrical-coordinate representation of color #042A0C: hue angle of 132.63º degrees, saturation: 0.83, 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 #042A0C is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB44212-
CMYK0.9000.710.84
HSL132.63º82.61%9.02%-
HSV(B)132.63º90.48%16.47%-
XYZ0.941.710.63-
YUV27.22119.41111.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.90%
GREEN value IS 42 (16.80% from 255) = 72.41%
BLUE value IS 12 (5.08% from 255) = 20.69%
R=6.90%
G=72.41%
B=20.69%

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
Decimal442120.9000.710.84132.6382.619.02
Hex42AC5A0475485539
Octal45214132010712420512311
Binary100101010110010110100100011110101001000010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042A0C; }

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

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

<style>
 a { background-color: #042A0C; }

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

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

<style>
 span { border-color: #042A0C; }

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

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