#001812

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

Shades of Dark Green #001812

Tints of Dark Green #001812

Color information

#001812 (or 0x001812) is unknown color: approx Dark Green. HEX triplet: 00, 18 and 12. RGB value is (0,24,18). Sum of RGB (Red+Green+Blue) = 0+24+18=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 24 (9.77% from 255 or 57.14% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 24 - color contains mainly: green. Hex color #001812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001812 is #FFE7ED. Grayscale: #101010. Windows color (decimal): -16771054 or 1185792. OLE color: 1185792.

HSL color Cylindrical-coordinate representation of color #001812: hue angle of 165º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001812 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB02418-
CMYK100.250.91
HSL165º100%4.71%-
HSV(B)165º100%9.41%-
XYZ0.440.70.68-
YUV16.14129.05116.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 57.14%
BLUE value IS 18 (7.42% from 255) = 42.86%
R=0%
G=57.14%
B=42.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal02418100.250.911651004.71
Hex01812640195Ba5645
Octal030221440311332451445
Binary0110001001011001000110011011011101001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001812; }

 p { color: rgb(0,24,18); }

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

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

 a { background-color: rgb(0,24,18); }

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

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

 span { border-color: rgb(0,24,18); }

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