#032910

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

Shades of Dark Green #032910

Tints of Dark Green #032910

Color information

#032910 (or 0x032910) is unknown color: approx Dark Green. HEX triplet: 03, 29 and 10. RGB value is (3,41,16). Sum of RGB (Red+Green+Blue) = 3+41+16=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 41 (16.41% from 255 or 68.33% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 41 - color contains mainly: green. Hex color #032910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032910 is #FCD6EF. Grayscale: #1A1A1A. Windows color (decimal): -16570096 or 1059075. OLE color: 1059075.

HSL color Cylindrical-coordinate representation of color #032910: hue angle of 140.53º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032910 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.84.

Color convert

RGB34116-
CMYK0.9300.610.84
HSL140.53º86.36%8.63%-
HSV(B)140.53º92.68%16.08%-
XYZ0.921.640.76-
YUV26.79121.91111.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5%
GREEN value IS 41 (16.41% from 255) = 68.33%
BLUE value IS 16 (6.64% from 255) = 26.67%
R=5%
G=68.33%
B=26.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal341160.9300.610.84140.5386.368.63
Hex329105D03D548d569
Octal3512013507512421512611
Binary11101001100001011101011110110101001000110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032910; }

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

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

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

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

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

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

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

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