#00140C

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

Shades of Dark Green #00140C

Tints of Dark Green #00140C

Color information

#00140C (or 0x00140C) is unknown color: approx Dark Green. HEX triplet: 00, 14 and 0C. RGB value is (0,20,12). Sum of RGB (Red+Green+Blue) = 0+20+12=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 20 (8.20% from 255 or 62.5% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 20 - color contains mainly: green. Hex color #00140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00140C is #FFEBF3. Grayscale: #0D0D0D. Windows color (decimal): -16772084 or 791552. OLE color: 791552.

HSL color Cylindrical-coordinate representation of color #00140C: hue angle of 156º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00140C is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB02012-
CMYK100.400.92
HSL156º100%3.92%-
HSV(B)156º100%7.84%-
XYZ0.320.530.43-
YUV13.11127.37118.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 62.5%
BLUE value IS 12 (5.08% from 255) = 37.5%
R=0%
G=62.5%
B=37.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal02012100.400.921561003.92
Hex014C640285C9c644
Octal024141440501342341444
Binary0101001100110010001010001011100100111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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