#032313

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

Shades of Dark Green #032313

Tints of Dark Green #032313

Color information

#032313 (or 0x032313) is unknown color: approx Dark Green. HEX triplet: 03, 23 and 13. RGB value is (3,35,19). Sum of RGB (Red+Green+Blue) = 3+35+19=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 35 (14.06% from 255 or 61.40% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 35 - color contains mainly: green. Hex color #032313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032313 is #FCDCEC. Grayscale: #171717. Windows color (decimal): -16571629 or 1254147. OLE color: 1254147.

HSL color Cylindrical-coordinate representation of color #032313: hue angle of 150º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032313 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB33519-
CMYK0.9100.460.86
HSL150º84.21%7.45%-
HSV(B)150º91.43%13.73%-
XYZ0.761.270.82-
YUV23.61125.4113.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.26%
GREEN value IS 35 (14.06% from 255) = 61.40%
BLUE value IS 19 (7.81% from 255) = 33.33%
R=5.26%
G=61.40%
B=33.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal335190.9100.460.8615084.217.45
Hex323135B02E5696547
Octal343231330561262261247
Binary1110001110011101101101011101010110100101101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032313; }

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

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

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

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

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

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

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

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