#032E13

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

Shades of Dark Green #032E13

Tints of Dark Green #032E13

Color information

#032E13 (or 0x032E13) is unknown color: approx Dark Green. HEX triplet: 03, 2E and 13. RGB value is (3,46,19). Sum of RGB (Red+Green+Blue) = 3+46+19=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 46 (18.36% from 255 or 67.65% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 46 - color contains mainly: green. Hex color #032E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032E13 is #FCD1EC. Grayscale: #1E1E1E. Windows color (decimal): -16568813 or 1256963. OLE color: 1256963.

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

Color convert

RGB34619-
CMYK0.9300.590.82
HSL142.33º87.76%9.61%-
HSV(B)142.33º93.48%18.04%-
XYZ1.132.020.95-
YUV30.06121.75108.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.41%
GREEN value IS 46 (18.36% from 255) = 67.65%
BLUE value IS 19 (7.81% from 255) = 27.94%
R=4.41%
G=67.65%
B=27.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal346190.9300.590.82142.3387.769.61
Hex32E135D03B528e58a
Octal3562313507312221613012
Binary11101110100111011101011101110100101000111010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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