#032D1C

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

Shades of Dark Green #032D1C

Tints of Dark Green #032D1C

Color information

#032D1C (or 0x032D1C) is unknown color: approx Dark Green. HEX triplet: 03, 2D and 1C. RGB value is (3,45,28). Sum of RGB (Red+Green+Blue) = 3+45+28=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 45 (17.97% from 255 or 59.21% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 45 - color contains mainly: green. Hex color #032D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D1C is #FCD2E3. Grayscale: #1E1E1E. Windows color (decimal): -16569060 or 1846531. OLE color: 1846531.

HSL color Cylindrical-coordinate representation of color #032D1C: hue angle of 155.71º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032D1C is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.82.

Color convert

RGB34528-
CMYK0.9300.380.82
HSL155.71º87.5%9.41%-
HSV(B)155.71º93.33%17.65%-
XYZ1.191.981.42-
YUV30.5126.59108.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.95%
GREEN value IS 45 (17.97% from 255) = 59.21%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=3.95%
G=59.21%
B=36.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal345280.9300.380.82155.7187.59.41
Hex32D1C5D026529c589
Octal3553413504612223413011
Binary11101101111001011101010011010100101001110010110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,45,28); }

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

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

 a { background-color: rgb(3,45,28); }

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

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

 span { border-color: rgb(3,45,28); }

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