#012313

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

Shades of Dark Green #012313

Tints of Dark Green #012313

Color information

#012313 (or 0x012313) is unknown color: approx Dark Green. HEX triplet: 01, 23 and 13. RGB value is (1,35,19). Sum of RGB (Red+Green+Blue) = 1+35+19=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 35 (14.06% from 255 or 63.64% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 35 - color contains mainly: green. Hex color #012313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012313 is #FEDCEC. Grayscale: #171717. Windows color (decimal): -16702701 or 1254145. OLE color: 1254145.

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

Color convert

RGB13519-
CMYK0.9700.460.86
HSL151.76º94.44%7.06%-
HSV(B)151.76º97.14%13.73%-
XYZ0.731.260.82-
YUV23.01125.74112.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.82%
GREEN value IS 35 (14.06% from 255) = 63.64%
BLUE value IS 19 (7.81% from 255) = 34.55%
R=1.82%
G=63.64%
B=34.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal135190.9700.460.86151.7694.447.06
Hex123136102E56985e7
Octal143231410561262301367
Binary110001110011110000101011101010110100110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012313; }

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

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

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

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

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

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

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

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