#042E10

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

Shades of Deep Fir #042E10

Tints of Deep Fir #042E10

Color information

#042E10 (or 0x042E10) is unknown color: approx Deep Fir. HEX triplet: 04, 2E and 10. RGB value is (4,46,16). Sum of RGB (Red+Green+Blue) = 4+46+16=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 46 (18.36% from 255 or 69.70% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 46 - color contains mainly: green. Hex color #042E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042E10 is #FBD1EF. Grayscale: #1E1E1E. Windows color (decimal): -16503280 or 1060356. OLE color: 1060356.

HSL color Cylindrical-coordinate representation of color #042E10: hue angle of 137.14º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042E10 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.82.

Color convert

RGB44616-
CMYK0.9100.650.82
HSL137.14º84%9.8%-
HSV(B)137.14º91.3%18.04%-
XYZ1.122.020.82-
YUV30.02120.09109.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.06%
GREEN value IS 46 (18.36% from 255) = 69.70%
BLUE value IS 16 (6.64% from 255) = 24.24%
R=6.06%
G=69.70%
B=24.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal446160.9100.650.82137.14849.8
Hex42E105B041528954a
Octal45620133010112221112412
Binary1001011101000010110110100000110100101000100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,46,16); }

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

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

 a { background-color: rgb(4,46,16); }

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

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

 span { border-color: rgb(4,46,16); }

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