#032E10

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

Shades of Dark Green #032E10

Tints of Dark Green #032E10

Color information

#032E10 (or 0x032E10) is unknown color: approx Dark Green. HEX triplet: 03, 2E and 10. RGB value is (3,46,16). Sum of RGB (Red+Green+Blue) = 3+46+16=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 46 (18.36% from 255 or 70.77% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 46 - color contains mainly: green. Hex color #032E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032E10 is #FCD1EF. Grayscale: #1D1D1D. Windows color (decimal): -16568816 or 1060355. OLE color: 1060355.

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

Color convert

RGB34616-
CMYK0.9300.650.82
HSL138.14º87.76%9.61%-
HSV(B)138.14º93.48%18.04%-
XYZ1.112.010.82-
YUV29.72120.25108.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.62%
GREEN value IS 46 (18.36% from 255) = 70.77%
BLUE value IS 16 (6.64% from 255) = 24.62%
R=4.62%
G=70.77%
B=24.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal346160.9300.650.82138.1487.769.61
Hex32E105D041528a58a
Octal35620135010112221213012
Binary111011101000010111010100000110100101000101010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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