#042E0D

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

Shades of Deep Fir #042E0D

Tints of Deep Fir #042E0D

Color information

#042E0D (or 0x042E0D) is unknown color: approx Deep Fir. HEX triplet: 04, 2E and 0D. RGB value is (4,46,13). Sum of RGB (Red+Green+Blue) = 4+46+13=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 46 (18.36% from 255 or 73.02% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 46 - color contains mainly: green. Hex color #042E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042E0D is #FBD1F2. Grayscale: #1D1D1D. Windows color (decimal): -16503283 or 863748. OLE color: 863748.

HSL color Cylindrical-coordinate representation of color #042E0D: hue angle of 132.86º 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 #042E0D is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.82.

Color convert

RGB44613-
CMYK0.9100.720.82
HSL132.86º84%9.8%-
HSV(B)132.86º91.3%18.04%-
XYZ1.12.010.71-
YUV29.68118.59109.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.35%
GREEN value IS 46 (18.36% from 255) = 73.02%
BLUE value IS 13 (5.47% from 255) = 20.63%
R=6.35%
G=73.02%
B=20.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal446130.9100.720.82132.86849.8
Hex42ED5B048528554a
Octal45615133011012220512412
Binary100101110110110110110100100010100101000010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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