#032A22

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

Shades of Dark Green #032A22

Tints of Dark Green #032A22

Color information

#032A22 (or 0x032A22) is unknown color: approx Dark Green. HEX triplet: 03, 2A and 22. RGB value is (3,42,34). Sum of RGB (Red+Green+Blue) = 3+42+34=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 42 (16.80% from 255 or 53.16% from 79); Blue value is 34 (13.67% from 255 or 43.04% from 79); Max value from RGB is 42 - color contains mainly: green. Hex color #032A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032A22 is #FCD5DD. Grayscale: #1D1D1D. Windows color (decimal): -16569822 or 2238979. OLE color: 2238979.

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

Color convert

RGB34234-
CMYK0.9300.190.84
HSL167.69º86.67%8.82%-
HSV(B)167.69º92.86%16.47%-
XYZ1.151.791.8-
YUV29.43130.58109.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.80%
GREEN value IS 42 (16.80% from 255) = 53.16%
BLUE value IS 34 (13.67% from 255) = 43.04%
R=3.80%
G=53.16%
B=43.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal342340.9300.190.84167.6986.678.82
Hex32A225D01354a8579
Octal3524213502312425012711
Binary11101010100010101110101001110101001010100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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