#012113

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

Shades of Dark Green #012113

Tints of Dark Green #012113

Color information

#012113 (or 0x012113) is unknown color: approx Dark Green. HEX triplet: 01, 21 and 13. RGB value is (1,33,19). Sum of RGB (Red+Green+Blue) = 1+33+19=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 33 (13.28% from 255 or 62.26% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 33 - color contains mainly: green. Hex color #012113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012113 is #FEDEEC. Grayscale: #151515. Windows color (decimal): -16703213 or 1253633. OLE color: 1253633.

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

Color convert

RGB13319-
CMYK0.9700.420.87
HSL153.75º94.12%6.67%-
HSV(B)153.75º96.97%12.94%-
XYZ0.671.140.8-
YUV21.84126.4113.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.89%
GREEN value IS 33 (13.28% from 255) = 62.26%
BLUE value IS 19 (7.81% from 255) = 35.85%
R=1.89%
G=62.26%
B=35.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133190.9700.420.87153.7594.126.67
Hex121136102A579a5e7
Octal141231410521272321367
Binary110000110011110000101010101010111100110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012113; }

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

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

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

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

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

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

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

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