#012412

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

Shades of Dark Green #012412

Tints of Dark Green #012412

Color information

#012412 (or 0x012412) is unknown color: approx Dark Green. HEX triplet: 01, 24 and 12. RGB value is (1,36,18). Sum of RGB (Red+Green+Blue) = 1+36+18=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 36 (14.45% from 255 or 65.45% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 36 - color contains mainly: green. Hex color #012412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012412 is #FEDBED. Grayscale: #171717. Windows color (decimal): -16702446 or 1188865. OLE color: 1188865.

HSL color Cylindrical-coordinate representation of color #012412: hue angle of 149.14º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012412 is Cyan = 0.97, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB13618-
CMYK0.9700.50.86
HSL149.14º94.59%7.25%-
HSV(B)149.14º97.22%14.12%-
XYZ0.751.310.79-
YUV23.48124.9111.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.82%
GREEN value IS 36 (14.45% from 255) = 65.45%
BLUE value IS 18 (7.42% from 255) = 32.73%
R=1.82%
G=65.45%
B=32.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal136180.9700.50.86149.1494.597.25
Hex124126103256955f7
Octal144221410621262251377
Binary110010010010110000101100101010110100101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012412; }

 p { color: rgb(1,36,18); }

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

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

 a { background-color: rgb(1,36,18); }

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

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

 span { border-color: rgb(1,36,18); }

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