#001C0D

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

Shades of Dark Green #001C0D

Tints of Dark Green #001C0D

Color information

#001C0D (or 0x001C0D) is unknown color: approx Dark Green. HEX triplet: 00, 1C and 0D. RGB value is (0,28,13). Sum of RGB (Red+Green+Blue) = 0+28+13=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 28 (11.33% from 255 or 68.29% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 28 - color contains mainly: green. Hex color #001C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C0D is #FFE3F2. Grayscale: #111111. Windows color (decimal): -16770035 or 859136. OLE color: 859136.

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

Color convert

RGB02813-
CMYK100.540.89
HSL147.86º100%5.49%-
HSV(B)147.86º100%10.98%-
XYZ0.490.860.52-
YUV17.92125.22115.22-

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) = 68.29%
BLUE value IS 13 (5.47% from 255) = 31.71%
R=0%
G=68.29%
B=31.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal02813100.540.89147.861005.49
Hex01CD640365994645
Octal034151440661312241445
Binary0111001101110010001101101011001100101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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