#032926

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

Shades of Dark Green #032926

Tints of Dark Green #032926

Color information

#032926 (or 0x032926) is unknown color: approx Dark Green. HEX triplet: 03, 29 and 26. RGB value is (3,41,38). Sum of RGB (Red+Green+Blue) = 3+41+38=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #032926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032926 is #FCD6D9. Grayscale: #1D1D1D. Windows color (decimal): -16570074 or 2500867. OLE color: 2500867.

HSL color Cylindrical-coordinate representation of color #032926: hue angle of 175.26º degrees, saturation: 0.86, 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 #032926 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB34138-
CMYK0.9300.070.84
HSL175.26º86.36%8.63%-
HSV(B)175.26º92.68%16.08%-
XYZ1.181.752.11-
YUV29.3132.91109.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.66%
GREEN value IS 41 (16.41% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 46.34%
R=3.66%
G=50%
B=46.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal341380.9300.070.84175.2686.368.63
Hex329265D0754af569
Octal351461350712425712611
Binary111010011001101011101011110101001010111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032926; }

 p { color: rgb(3,41,38); }

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

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

 a { background-color: rgb(3,41,38); }

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

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

 span { border-color: rgb(3,41,38); }

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