#012012

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

Shades of Dark Green #012012

Tints of Dark Green #012012

Color information

#012012 (or 0x012012) is unknown color: approx Dark Green. HEX triplet: 01, 20 and 12. RGB value is (1,32,18). Sum of RGB (Red+Green+Blue) = 1+32+18=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 32 (12.89% from 255 or 62.75% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 32 - color contains mainly: green. Hex color #012012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012012 is #FEDFED. Grayscale: #151515. Windows color (decimal): -16703470 or 1187841. OLE color: 1187841.

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

Color convert

RGB13218-
CMYK0.9700.440.87
HSL152.9º93.94%6.47%-
HSV(B)152.9º96.88%12.55%-
XYZ0.641.080.75-
YUV21.14126.23113.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.96%
GREEN value IS 32 (12.89% from 255) = 62.75%
BLUE value IS 18 (7.42% from 255) = 35.29%
R=1.96%
G=62.75%
B=35.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal132180.9700.440.87152.993.946.47
Hex120126102C57995e6
Octal140221410541272311366
Binary110000010010110000101011001010111100110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012012; }

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

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

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

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

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

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

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

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