#032E2B

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

Shades of Dark Green #032E2B

Tints of Dark Green #032E2B

Color information

#032E2B (or 0x032E2B) is unknown color: approx Dark Green. HEX triplet: 03, 2E and 2B. RGB value is (3,46,43). Sum of RGB (Red+Green+Blue) = 3+46+43=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 46 (18.36% from 255 or 50% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 46 - color contains mainly: green. Hex color #032E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E2B is #FCD1D4. Grayscale: #202020. Windows color (decimal): -16568789 or 2829827. OLE color: 2829827.

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

Color convert

RGB34643-
CMYK0.9300.070.82
HSL175.81º87.76%9.61%-
HSV(B)175.81º93.48%18.04%-
XYZ1.452.152.62-
YUV32.8133.75106.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.26%
GREEN value IS 46 (18.36% from 255) = 50%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=3.26%
G=50%
B=46.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal346430.9300.070.82175.8187.769.61
Hex32E2B5D0752b058a
Octal356531350712226013012
Binary111011101010111011101011110100101011000010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,46,43); }

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

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

 a { background-color: rgb(3,46,43); }

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

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

 span { border-color: rgb(3,46,43); }

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