#032E0C

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

Shades of Deep Fir #032E0C

Tints of Deep Fir #032E0C

Color information

#032E0C (or 0x032E0C) is unknown color: approx Deep Fir. HEX triplet: 03, 2E and 0C. RGB value is (3,46,12). Sum of RGB (Red+Green+Blue) = 3+46+12=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 46 (18.36% from 255 or 75.41% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 46 - color contains mainly: green. Hex color #032E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032E0C is #FCD1F3. Grayscale: #1D1D1D. Windows color (decimal): -16568820 or 798211. OLE color: 798211.

HSL color Cylindrical-coordinate representation of color #032E0C: hue angle of 132.56º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032E0C is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.82.

Color convert

RGB34612-
CMYK0.9300.740.82
HSL132.56º87.76%9.61%-
HSV(B)132.56º93.48%18.04%-
XYZ1.0820.68-
YUV29.27118.25109.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.92%
GREEN value IS 46 (18.36% from 255) = 75.41%
BLUE value IS 12 (5.08% from 255) = 19.67%
R=4.92%
G=75.41%
B=19.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal346120.9300.740.82132.5687.769.61
Hex32EC5D04A528558a
Octal35614135011212220513012
Binary11101110110010111010100101010100101000010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032E0C; }

 p { color: rgb(3,46,12); }

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

<style>
 a { background-color: #032E0C; }

 a { background-color: rgb(3,46,12); }

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

<style>
 span { border-color: #032E0C; }

 span { border-color: rgb(3,46,12); }

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