#032912

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

Shades of Dark Green #032912

Tints of Dark Green #032912

Color information

#032912 (or 0x032912) is unknown color: approx Dark Green. HEX triplet: 03, 29 and 12. RGB value is (3,41,18). Sum of RGB (Red+Green+Blue) = 3+41+18=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 41 (16.41% from 255 or 66.13% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 41 - color contains mainly: green. Hex color #032912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032912 is #FCD6ED. Grayscale: #1B1B1B. Windows color (decimal): -16570094 or 1190147. OLE color: 1190147.

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

Color convert

RGB34118-
CMYK0.9300.560.84
HSL143.68º86.36%8.63%-
HSV(B)143.68º92.68%16.08%-
XYZ0.941.650.84-
YUV27.02122.91110.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.84%
GREEN value IS 41 (16.41% from 255) = 66.13%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=4.84%
G=66.13%
B=29.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal341180.9300.560.84143.6886.368.63
Hex329125D0385490569
Octal3512213507012422012611
Binary11101001100101011101011100010101001001000010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032912; }

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

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

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

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

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

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

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

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