#00100C

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

Shades of Dark Green #00100C

Tints of Dark Green #00100C

Color information

#00100C (or 0x00100C) is unknown color: approx Dark Green. HEX triplet: 00, 10 and 0C. RGB value is (0,16,12). Sum of RGB (Red+Green+Blue) = 0+16+12=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 16 (6.64% from 255 or 57.14% from 28); Blue value is 12 (5.08% from 255 or 42.86% from 28); Max value from RGB is 16 - color contains mainly: green. Hex color #00100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00100C is #FFEFF3. Grayscale: #0A0A0A. Windows color (decimal): -16773108 or 790528. OLE color: 790528.

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

Color convert

RGB01612-
CMYK100.250.94
HSL165º100%3.14%-
HSV(B)165º100%6.27%-
XYZ0.250.40.41-
YUV10.76128.7120.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 57.14%
BLUE value IS 12 (5.08% 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.94
SystemRedGreenBlueCMYKHSL
Decimal01612100.250.941651003.14
Hex010C640195Ea5643
Octal020141440311362451443
Binary01000011001100100011001101111010100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00100C; }

 p { color: rgb(0,16,12); }

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

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

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

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

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

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

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