#012618

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

Shades of Dark Green #012618

Tints of Dark Green #012618

Color information

#012618 (or 0x012618) is unknown color: approx Dark Green. HEX triplet: 01, 26 and 18. RGB value is (1,38,24). Sum of RGB (Red+Green+Blue) = 1+38+24=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 38 (15.23% from 255 or 60.32% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 38 - color contains mainly: green. Hex color #012618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012618 is #FED9E7. Grayscale: #191919. Windows color (decimal): -16701928 or 1582593. OLE color: 1582593.

HSL color Cylindrical-coordinate representation of color #012618: hue angle of 157.3º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012618 is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.85.

Color convert

RGB13824-
CMYK0.9700.370.85
HSL157.3º94.87%7.65%-
HSV(B)157.3º97.37%14.9%-
XYZ0.871.461.1-
YUV25.34127.24110.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.59%
GREEN value IS 38 (15.23% from 255) = 60.32%
BLUE value IS 24 (9.77% from 255) = 38.10%
R=1.59%
G=60.32%
B=38.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal138240.9700.370.85157.394.877.65
Hex1261861025559d5f8
Octal1463014104512523513710
Binary1100110110001100001010010110101011001110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012618; }

 p { color: rgb(1,38,24); }

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

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

 a { background-color: rgb(1,38,24); }

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

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

 span { border-color: rgb(1,38,24); }

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