#012018

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

Shades of Dark Green #012018

Tints of Dark Green #012018

Color information

#012018 (or 0x012018) is unknown color: approx Dark Green. HEX triplet: 01, 20 and 18. RGB value is (1,32,24). Sum of RGB (Red+Green+Blue) = 1+32+24=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #012018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012018 is #FEDFE7. Grayscale: #151515. Windows color (decimal): -16703464 or 1581057. OLE color: 1581057.

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

Color convert

RGB13224-
CMYK0.9700.250.87
HSL164.52º93.94%6.47%-
HSV(B)164.52º96.88%12.55%-
XYZ0.691.111.04-
YUV21.82129.23113.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 32 (12.89% from 255) = 56.14%
BLUE value IS 24 (9.77% from 255) = 42.11%
R=1.75%
G=56.14%
B=42.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal132240.9700.250.87164.5293.946.47
Hex120186101957a55e6
Octal140301410311272451366
Binary11000001100011000010110011010111101001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012018; }

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

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

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

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

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

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

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

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