#001C1C

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

Shades of Dark Green #001C1C

Tints of Dark Green #001C1C

Color information

#001C1C (or 0x001C1C) is unknown color: approx Dark Green. HEX triplet: 00, 1C and 1C. RGB value is (0,28,28). Sum of RGB (Red+Green+Blue) = 0+28+28=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 28 (11.33% from 255 or 50% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: green, blue. Hex color #001C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C1C is #FFE3E3. Grayscale: #131313. Windows color (decimal): -16770020 or 1842176. OLE color: 1842176.

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

Color convert

RGB02828-
CMYK1000.89
HSL180º100%5.49%-
HSV(B)180º100%10.98%-
XYZ0.620.911.24-
YUV19.63132.72114-

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) = 50%
BLUE value IS 28 (11.33% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal028281000.891801005.49
Hex01C1C640059b4645
Octal03434144001312641445
Binary011100111001100100001011001101101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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