#032A10

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

Shades of Dark Green #032A10

Tints of Dark Green #032A10

Color information

#032A10 (or 0x032A10) is unknown color: approx Dark Green. HEX triplet: 03, 2A and 10. RGB value is (3,42,16). Sum of RGB (Red+Green+Blue) = 3+42+16=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 42 (16.80% from 255 or 68.85% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 42 - color contains mainly: green. Hex color #032A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032A10 is #FCD5EF. Grayscale: #1B1B1B. Windows color (decimal): -16569840 or 1059331. OLE color: 1059331.

HSL color Cylindrical-coordinate representation of color #032A10: hue angle of 140º degrees, saturation: 0.87, 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 #032A10 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB34216-
CMYK0.9300.620.84
HSL140º86.67%8.82%-
HSV(B)140º92.86%16.47%-
XYZ0.961.710.77-
YUV27.38121.58110.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.92%
GREEN value IS 42 (16.80% from 255) = 68.85%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=4.92%
G=68.85%
B=26.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal342160.9300.620.8414086.678.82
Hex32A105D03E548c579
Octal3522013507612421412711
Binary11101010100001011101011111010101001000110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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