#032E0E

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

Shades of Deep Fir #032E0E

Tints of Deep Fir #032E0E

Color information

#032E0E (or 0x032E0E) is unknown color: approx Deep Fir. HEX triplet: 03, 2E and 0E. RGB value is (3,46,14). Sum of RGB (Red+Green+Blue) = 3+46+14=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 46 (18.36% from 255 or 73.02% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 46 - color contains mainly: green. Hex color #032E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032E0E is #FCD1F1. Grayscale: #1D1D1D. Windows color (decimal): -16568818 or 929283. OLE color: 929283.

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

Color convert

RGB34614-
CMYK0.9300.700.82
HSL135.35º87.76%9.61%-
HSV(B)135.35º93.48%18.04%-
XYZ1.092.010.74-
YUV29.49119.25109.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.76%
GREEN value IS 46 (18.36% from 255) = 73.02%
BLUE value IS 14 (5.86% from 255) = 22.22%
R=4.76%
G=73.02%
B=22.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal346140.9300.700.82135.3587.769.61
Hex32EE5D046528758a
Octal35616135010612220713012
Binary11101110111010111010100011010100101000011110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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