#032512

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

Shades of Dark Green #032512

Tints of Dark Green #032512

Color information

#032512 (or 0x032512) is unknown color: approx Dark Green. HEX triplet: 03, 25 and 12. RGB value is (3,37,18). Sum of RGB (Red+Green+Blue) = 3+37+18=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #032512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032512 is #FCDAED. Grayscale: #181818. Windows color (decimal): -16571118 or 1189123. OLE color: 1189123.

HSL color Cylindrical-coordinate representation of color #032512: hue angle of 146.47º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #032512 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB33718-
CMYK0.9200.510.85
HSL146.47º85%7.84%-
HSV(B)146.47º91.89%14.51%-
XYZ0.811.390.8-
YUV24.67124.24112.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.17%
GREEN value IS 37 (14.84% from 255) = 63.79%
BLUE value IS 18 (7.42% from 255) = 31.03%
R=5.17%
G=63.79%
B=31.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal337180.9200.510.85146.47857.84
Hex325125C0335592558
Octal3452213406312522212510
Binary11100101100101011100011001110101011001001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032512; }

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

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

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

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

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

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

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

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