#032E12

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

Shades of Dark Green #032E12

Tints of Dark Green #032E12

Color information

#032E12 (or 0x032E12) is unknown color: approx Dark Green. HEX triplet: 03, 2E and 12. RGB value is (3,46,18). Sum of RGB (Red+Green+Blue) = 3+46+18=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 46 (18.36% from 255 or 68.66% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 46 - color contains mainly: green. Hex color #032E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032E12 is #FCD1ED. Grayscale: #1E1E1E. Windows color (decimal): -16568814 or 1191427. OLE color: 1191427.

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

Color convert

RGB34618-
CMYK0.9300.610.82
HSL140.93º87.76%9.61%-
HSV(B)140.93º93.48%18.04%-
XYZ1.122.020.9-
YUV29.95121.25108.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.48%
GREEN value IS 46 (18.36% from 255) = 68.66%
BLUE value IS 18 (7.42% from 255) = 26.87%
R=4.48%
G=68.66%
B=26.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal346180.9300.610.82140.9387.769.61
Hex32E125D03D528d58a
Octal3562213507512221513012
Binary11101110100101011101011110110100101000110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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