#032E18

Color #032E18 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #032E18

Tints of Dark Green #032E18

Color information

#032E18 (or 0x032E18) is unknown color: approx Dark Green. HEX triplet: 03, 2E and 18. RGB value is (3,46,24). Sum of RGB (Red+Green+Blue) = 3+46+24=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 46 (18.36% from 255 or 63.01% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 46 - color contains mainly: green. Hex color #032E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032E18 is #FCD1E7. Grayscale: #1E1E1E. Windows color (decimal): -16568808 or 1584643. OLE color: 1584643.

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

Color convert

RGB34624-
CMYK0.9300.480.82
HSL149.3º87.76%9.61%-
HSV(B)149.3º93.48%18.04%-
XYZ1.182.041.2-
YUV30.64124.25108.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.11%
GREEN value IS 46 (18.36% from 255) = 63.01%
BLUE value IS 24 (9.77% from 255) = 32.88%
R=4.11%
G=63.01%
B=32.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal346240.9300.480.82149.387.769.61
Hex32E185D030529558a
Octal3563013506012222513012
Binary11101110110001011101011000010100101001010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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