#032012

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

Shades of Dark Green #032012

Tints of Dark Green #032012

Color information

#032012 (or 0x032012) is unknown color: approx Dark Green. HEX triplet: 03, 20 and 12. RGB value is (3,32,18). Sum of RGB (Red+Green+Blue) = 3+32+18=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #032012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032012 is #FCDFED. Grayscale: #151515. Windows color (decimal): -16572398 or 1187843. OLE color: 1187843.

HSL color Cylindrical-coordinate representation of color #032012: hue angle of 151.03º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032012 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB33218-
CMYK0.9100.440.87
HSL151.03º82.86%6.86%-
HSV(B)151.03º90.62%12.55%-
XYZ0.661.10.75-
YUV21.73125.89114.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.66%
GREEN value IS 32 (12.89% from 255) = 60.38%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=5.66%
G=60.38%
B=33.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal332180.9100.440.87151.0382.866.86
Hex320125B02C5797537
Octal340221330541272271237
Binary1110000010010101101101011001010111100101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032012; }

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

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

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

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

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

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

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

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