#001C11

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

Shades of Dark Green #001C11

Tints of Dark Green #001C11

Color information

#001C11 (or 0x001C11) is unknown color: approx Dark Green. HEX triplet: 00, 1C and 11. RGB value is (0,28,17). Sum of RGB (Red+Green+Blue) = 0+28+17=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 28 (11.33% from 255 or 62.22% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 28 - color contains mainly: green. Hex color #001C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C11 is #FFE3EE. Grayscale: #121212. Windows color (decimal): -16770031 or 1121280. OLE color: 1121280.

HSL color Cylindrical-coordinate representation of color #001C11: hue angle of 156.43º 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 #001C11 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.89.

Color convert

RGB02817-
CMYK100.390.89
HSL156.43º100%5.49%-
HSV(B)156.43º100%10.98%-
XYZ0.520.870.67-
YUV18.37127.22114.89-

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) = 62.22%
BLUE value IS 17 (7.03% from 255) = 37.78%
R=0%
G=62.22%
B=37.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal02817100.390.89156.431005.49
Hex01C1164027599c645
Octal034211440471312341445
Binary01110010001110010001001111011001100111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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