#00140A

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

Shades of Dark Green #00140A

Tints of Dark Green #00140A

Color information

#00140A (or 0x00140A) is unknown color: approx Dark Green. HEX triplet: 00, 14 and 0A. RGB value is (0,20,10). Sum of RGB (Red+Green+Blue) = 0+20+10=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 20 (8.20% from 255 or 66.67% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 20 - color contains mainly: green. Hex color #00140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00140A is #FFEBF5. Grayscale: #0C0C0C. Windows color (decimal): -16772086 or 660480. OLE color: 660480.

HSL color Cylindrical-coordinate representation of color #00140A: hue angle of 150º 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 #00140A is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB02010-
CMYK100.500.92
HSL150º100%3.92%-
HSV(B)150º100%7.84%-
XYZ0.30.520.37-
YUV12.88126.37118.81-

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) = 66.67%
BLUE value IS 10 (4.30% from 255) = 33.33%
R=0%
G=66.67%
B=33.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal02010100.500.921501003.92
Hex014A640325C96644
Octal024121440621342261444
Binary0101001010110010001100101011100100101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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