#032612

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

Shades of Dark Green #032612

Tints of Dark Green #032612

Color information

#032612 (or 0x032612) is unknown color: approx Dark Green. HEX triplet: 03, 26 and 12. RGB value is (3,38,18). Sum of RGB (Red+Green+Blue) = 3+38+18=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #032612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032612 is #FCD9ED. Grayscale: #191919. Windows color (decimal): -16570862 or 1189379. OLE color: 1189379.

HSL color Cylindrical-coordinate representation of color #032612: hue angle of 145.71º 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 #032612 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB33818-
CMYK0.9200.530.85
HSL145.71º85.37%8.04%-
HSV(B)145.71º92.11%14.9%-
XYZ0.841.450.81-
YUV25.25123.9112.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.08%
GREEN value IS 38 (15.23% from 255) = 64.41%
BLUE value IS 18 (7.42% from 255) = 30.51%
R=5.08%
G=64.41%
B=30.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal338180.9200.530.85145.7185.378.04
Hex326125C0355592558
Octal3462213406512522212510
Binary11100110100101011100011010110101011001001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032612; }

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

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

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

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

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

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

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

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