#012112

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

Shades of Dark Green #012112

Tints of Dark Green #012112

Color information

#012112 (or 0x012112) is unknown color: approx Dark Green. HEX triplet: 01, 21 and 12. RGB value is (1,33,18). Sum of RGB (Red+Green+Blue) = 1+33+18=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 33 (13.28% from 255 or 63.46% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 33 - color contains mainly: green. Hex color #012112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012112 is #FEDEED. Grayscale: #151515. Windows color (decimal): -16703214 or 1188097. OLE color: 1188097.

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

Color convert

RGB13318-
CMYK0.9700.450.87
HSL151.88º94.12%6.67%-
HSV(B)151.88º96.97%12.94%-
XYZ0.671.140.76-
YUV21.72125.9113.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.92%
GREEN value IS 33 (13.28% from 255) = 63.46%
BLUE value IS 18 (7.42% from 255) = 34.62%
R=1.92%
G=63.46%
B=34.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133180.9700.450.87151.8894.126.67
Hex121126102D57985e7
Octal141221410551272301367
Binary110000110010110000101011011010111100110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012112; }

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

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

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

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

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

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

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

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