#032013

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

Shades of Dark Green #032013

Tints of Dark Green #032013

Color information

#032013 (or 0x032013) is unknown color: approx Dark Green. HEX triplet: 03, 20 and 13. RGB value is (3,32,19). Sum of RGB (Red+Green+Blue) = 3+32+19=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 32 (12.89% from 255 or 59.26% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 32 - color contains mainly: green. Hex color #032013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032013 is #FCDFEC. Grayscale: #151515. Windows color (decimal): -16572397 or 1253379. OLE color: 1253379.

HSL color Cylindrical-coordinate representation of color #032013: hue angle of 153.1º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032013 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB33219-
CMYK0.9100.410.87
HSL153.1º82.86%6.86%-
HSV(B)153.1º90.62%12.55%-
XYZ0.671.10.79-
YUV21.85126.39114.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.56%
GREEN value IS 32 (12.89% from 255) = 59.26%
BLUE value IS 19 (7.81% from 255) = 35.19%
R=5.56%
G=59.26%
B=35.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal332190.9100.410.87153.182.866.86
Hex320135B0295799537
Octal340231330511272311237
Binary1110000010011101101101010011010111100110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032013; }

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

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

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

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

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

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

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

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