#001C12

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

Shades of Dark Green #001C12

Tints of Dark Green #001C12

Color information

#001C12 (or 0x001C12) is unknown color: approx Dark Green. HEX triplet: 00, 1C and 12. RGB value is (0,28,18). Sum of RGB (Red+Green+Blue) = 0+28+18=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 28 (11.33% from 255 or 60.87% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 28 - color contains mainly: green. Hex color #001C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C12 is #FFE3ED. Grayscale: #121212. Windows color (decimal): -16770030 or 1186816. OLE color: 1186816.

HSL color Cylindrical-coordinate representation of color #001C12: hue angle of 158.57º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C12 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB02818-
CMYK100.360.89
HSL158.57º100%5.49%-
HSV(B)158.57º100%10.98%-
XYZ0.520.870.71-
YUV18.49127.72114.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 60.87%
BLUE value IS 18 (7.42% from 255) = 39.13%
R=0%
G=60.87%
B=39.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal02818100.360.89158.571005.49
Hex01C1264024599f645
Octal034221440441312371445
Binary01110010010110010001001001011001100111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001C12; }

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

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

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

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

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

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

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

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