#012013

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

Shades of Dark Green #012013

Tints of Dark Green #012013

Color information

#012013 (or 0x012013) is unknown color: approx Dark Green. HEX triplet: 01, 20 and 13. RGB value is (1,32,19). Sum of RGB (Red+Green+Blue) = 1+32+19=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 32 (12.89% from 255 or 61.54% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 32 - color contains mainly: green. Hex color #012013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012013 is #FEDFEC. Grayscale: #151515. Windows color (decimal): -16703469 or 1253377. OLE color: 1253377.

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

Color convert

RGB13219-
CMYK0.9700.410.87
HSL154.84º93.94%6.47%-
HSV(B)154.84º96.88%12.55%-
XYZ0.651.090.79-
YUV21.25126.73113.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.92%
GREEN value IS 32 (12.89% from 255) = 61.54%
BLUE value IS 19 (7.81% from 255) = 36.54%
R=1.92%
G=61.54%
B=36.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal132190.9700.410.87154.8493.946.47
Hex1201361029579b5e6
Octal140231410511272331366
Binary110000010011110000101010011010111100110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012013; }

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

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

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

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

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

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

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

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