#042F0A

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

Shades of Deep Fir #042F0A

Tints of Deep Fir #042F0A

Color information

#042F0A (or 0x042F0A) is unknown color: approx Deep Fir. HEX triplet: 04, 2F and 0A. RGB value is (4,47,10). Sum of RGB (Red+Green+Blue) = 4+47+10=61 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.56% from 61); Green value is 47 (18.75% from 255 or 77.05% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 47 - color contains mainly: green. Hex color #042F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042F0A is #FBD0F5. Grayscale: #1E1E1E. Windows color (decimal): -16503030 or 667396. OLE color: 667396.

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

Color convert

RGB44710-
CMYK0.9100.790.82
HSL128.37º84.31%10%-
HSV(B)128.37º91.49%18.43%-
XYZ1.122.080.63-
YUV29.92116.75109.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.56%
GREEN value IS 47 (18.75% from 255) = 77.05%
BLUE value IS 10 (4.30% from 255) = 16.39%
R=6.56%
G=77.05%
B=16.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal447100.9100.790.82128.3784.3110
Hex42FA5B04F528054a
Octal45712133011712220012412
Binary100101111101010110110100111110100101000000010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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