#012119

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

Shades of Dark Green #012119

Tints of Dark Green #012119

Color information

#012119 (or 0x012119) is unknown color: approx Dark Green. HEX triplet: 01, 21 and 19. RGB value is (1,33,25). Sum of RGB (Red+Green+Blue) = 1+33+25=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 33 (13.28% from 255 or 55.93% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 33 - color contains mainly: green. Hex color #012119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012119 is #FEDEE6. Grayscale: #161616. Windows color (decimal): -16703207 or 1646849. OLE color: 1646849.

HSL color Cylindrical-coordinate representation of color #012119: hue angle of 165º 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 #012119 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.

Color convert

RGB13325-
CMYK0.9700.240.87
HSL165º94.12%6.67%-
HSV(B)165º96.97%12.94%-
XYZ0.731.161.11-
YUV22.52129.4112.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.69%
GREEN value IS 33 (13.28% from 255) = 55.93%
BLUE value IS 25 (10.16% from 255) = 42.37%
R=1.69%
G=55.93%
B=42.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133250.9700.240.8716594.126.67
Hex121196101857a55e7
Octal141311410301272451367
Binary11000011100111000010110001010111101001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012119; }

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

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

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

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

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

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

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

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