#032A1D

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

Shades of Dark Green #032A1D

Tints of Dark Green #032A1D

Color information

#032A1D (or 0x032A1D) is unknown color: approx Dark Green. HEX triplet: 03, 2A and 1D. RGB value is (3,42,29). Sum of RGB (Red+Green+Blue) = 3+42+29=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 42 (16.80% from 255 or 56.76% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 42 - color contains mainly: green. Hex color #032A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032A1D is #FCD5E2. Grayscale: #1C1C1C. Windows color (decimal): -16569827 or 1911299. OLE color: 1911299.

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

Color convert

RGB34229-
CMYK0.9300.310.84
HSL160º86.67%8.82%-
HSV(B)160º92.86%16.47%-
XYZ1.091.761.45-
YUV28.86128.08109.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.05%
GREEN value IS 42 (16.80% from 255) = 56.76%
BLUE value IS 29 (11.72% from 255) = 39.19%
R=4.05%
G=56.76%
B=39.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal342290.9300.310.8416086.678.82
Hex32A1D5D01F54a0579
Octal3523513503712424012711
Binary1110101011101101110101111110101001010000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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