#032C10

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

Shades of Dark Green #032C10

Tints of Dark Green #032C10

Color information

#032C10 (or 0x032C10) is unknown color: approx Dark Green. HEX triplet: 03, 2C and 10. RGB value is (3,44,16). Sum of RGB (Red+Green+Blue) = 3+44+16=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 44 (17.58% from 255 or 69.84% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 44 - color contains mainly: green. Hex color #032C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032C10 is #FCD3EF. Grayscale: #1C1C1C. Windows color (decimal): -16569328 or 1059843. OLE color: 1059843.

HSL color Cylindrical-coordinate representation of color #032C10: hue angle of 139.02º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032C10 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.83.

Color convert

RGB34416-
CMYK0.9300.640.83
HSL139.02º87.23%9.22%-
HSV(B)139.02º93.18%17.25%-
XYZ1.031.860.79-
YUV28.55120.92109.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.76%
GREEN value IS 44 (17.58% from 255) = 69.84%
BLUE value IS 16 (6.64% from 255) = 25.40%
R=4.76%
G=69.84%
B=25.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal344160.9300.640.83139.0287.239.22
Hex32C105D040538b579
Octal35420135010012321312711
Binary111011001000010111010100000010100111000101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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