#042F0E

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

Shades of Deep Fir #042F0E

Tints of Deep Fir #042F0E

Color information

#042F0E (or 0x042F0E) is unknown color: approx Deep Fir. HEX triplet: 04, 2F and 0E. RGB value is (4,47,14). Sum of RGB (Red+Green+Blue) = 4+47+14=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 47 (18.75% from 255 or 72.31% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 47 - color contains mainly: green. Hex color #042F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042F0E is #FBD0F1. Grayscale: #1E1E1E. Windows color (decimal): -16503026 or 929540. OLE color: 929540.

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

Color convert

RGB44714-
CMYK0.9100.700.82
HSL133.95º84.31%10%-
HSV(B)133.95º91.49%18.43%-
XYZ1.152.090.76-
YUV30.38118.75109.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.15%
GREEN value IS 47 (18.75% from 255) = 72.31%
BLUE value IS 14 (5.86% from 255) = 21.54%
R=6.15%
G=72.31%
B=21.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal447140.9100.700.82133.9584.3110
Hex42FE5B046528654a
Octal45716133010612220612412
Binary100101111111010110110100011010100101000011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,47,14); }

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

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

 a { background-color: rgb(4,47,14); }

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

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

 span { border-color: rgb(4,47,14); }

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