#032C15

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

Shades of Dark Green #032C15

Tints of Dark Green #032C15

Color information

#032C15 (or 0x032C15) is unknown color: approx Dark Green. HEX triplet: 03, 2C and 15. RGB value is (3,44,21). Sum of RGB (Red+Green+Blue) = 3+44+21=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 44 (17.58% from 255 or 64.71% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 44 - color contains mainly: green. Hex color #032C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032C15 is #FCD3EA. Grayscale: #1D1D1D. Windows color (decimal): -16569323 or 1387523. OLE color: 1387523.

HSL color Cylindrical-coordinate representation of color #032C15: hue angle of 146.34º 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 #032C15 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.83.

Color convert

RGB34421-
CMYK0.9300.520.83
HSL146.34º87.23%9.22%-
HSV(B)146.34º93.18%17.25%-
XYZ1.071.871.01-
YUV29.12123.42109.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.41%
GREEN value IS 44 (17.58% from 255) = 64.71%
BLUE value IS 21 (8.59% from 255) = 30.88%
R=4.41%
G=64.71%
B=30.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal344210.9300.520.83146.3487.239.22
Hex32C155D0345392579
Octal3542513506412322212711
Binary11101100101011011101011010010100111001001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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