#042C0A

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

Shades of Deep Fir #042C0A

Tints of Deep Fir #042C0A

Color information

#042C0A (or 0x042C0A) is unknown color: approx Deep Fir. HEX triplet: 04, 2C and 0A. RGB value is (4,44,10). Sum of RGB (Red+Green+Blue) = 4+44+10=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 44 (17.58% from 255 or 75.86% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 44 - color contains mainly: green. Hex color #042C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042C0A is #FBD3F5. Grayscale: #1C1C1C. Windows color (decimal): -16503798 or 666628. OLE color: 666628.

HSL color Cylindrical-coordinate representation of color #042C0A: hue angle of 129º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042C0A is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.83.

Color convert

RGB44410-
CMYK0.9100.770.83
HSL129º83.33%9.41%-
HSV(B)129º90.91%17.25%-
XYZ1.011.850.59-
YUV28.16117.75110.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.90%
GREEN value IS 44 (17.58% from 255) = 75.86%
BLUE value IS 10 (4.30% from 255) = 17.24%
R=6.90%
G=75.86%
B=17.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal444100.9100.770.8312983.339.41
Hex42CA5B04D5381539
Octal45412133011512320112311
Binary100101100101010110110100110110100111000000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,44,10); }

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

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

 a { background-color: rgb(4,44,10); }

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

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

 span { border-color: rgb(4,44,10); }

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