#00140B

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

Shades of Dark Green #00140B

Tints of Dark Green #00140B

Color information

#00140B (or 0x00140B) is unknown color: approx Dark Green. HEX triplet: 00, 14 and 0B. RGB value is (0,20,11). Sum of RGB (Red+Green+Blue) = 0+20+11=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 20 (8.20% from 255 or 64.52% from 31); Blue value is 11 (4.69% from 255 or 35.48% from 31); Max value from RGB is 20 - color contains mainly: green. Hex color #00140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00140B is #FFEBF4. Grayscale: #0D0D0D. Windows color (decimal): -16772085 or 726016. OLE color: 726016.

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

Color convert

RGB02011-
CMYK100.450.92
HSL153º100%3.92%-
HSV(B)153º100%7.84%-
XYZ0.310.520.4-
YUV12.99126.87118.73-

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) = 64.52%
BLUE value IS 11 (4.69% from 255) = 35.48%
R=0%
G=64.52%
B=35.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal02011100.450.921531003.92
Hex014B6402D5C99644
Octal024131440551342311444
Binary0101001011110010001011011011100100110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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