#032A1E

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

Shades of Dark Green #032A1E

Tints of Dark Green #032A1E

Color information

#032A1E (or 0x032A1E) is unknown color: approx Dark Green. HEX triplet: 03, 2A and 1E. RGB value is (3,42,30). Sum of RGB (Red+Green+Blue) = 3+42+30=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 42 (16.80% from 255 or 56% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 42 - color contains mainly: green. Hex color #032A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032A1E is #FCD5E1. Grayscale: #1C1C1C. Windows color (decimal): -16569826 or 1976835. OLE color: 1976835.

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

Color convert

RGB34230-
CMYK0.9300.290.84
HSL161.54º86.67%8.82%-
HSV(B)161.54º92.86%16.47%-
XYZ1.11.771.51-
YUV28.97128.58109.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4%
GREEN value IS 42 (16.80% from 255) = 56%
BLUE value IS 30 (12.11% from 255) = 40%
R=4%
G=56%
B=40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal342300.9300.290.84161.5486.678.82
Hex32A1E5D01D54a2579
Octal3523613503512424212711
Binary1110101011110101110101110110101001010001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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