#00160E

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

Shades of Dark Green #00160E

Tints of Dark Green #00160E

Color information

#00160E (or 0x00160E) is unknown color: approx Dark Green. HEX triplet: 00, 16 and 0E. RGB value is (0,22,14). Sum of RGB (Red+Green+Blue) = 0+22+14=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 22 (8.98% from 255 or 61.11% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 22 - color contains mainly: green. Hex color #00160E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00160E is #FFE9F1. Grayscale: #0E0E0E. Windows color (decimal): -16771570 or 923136. OLE color: 923136.

HSL color Cylindrical-coordinate representation of color #00160E: hue angle of 158.18º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00160E is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.91.

Color convert

RGB02214-
CMYK100.360.91
HSL158.18º100%4.31%-
HSV(B)158.18º100%8.63%-
XYZ0.370.610.51-
YUV14.51127.71117.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 61.11%
BLUE value IS 14 (5.86% from 255) = 38.89%
R=0%
G=61.11%
B=38.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal02214100.360.91158.181004.31
Hex016E640245B9e644
Octal026161440441332361444
Binary0101101110110010001001001011011100111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00160E; }

 p { color: rgb(0,22,14); }

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

<style>
 a { background-color: #00160E; }

 a { background-color: rgb(0,22,14); }

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

<style>
 span { border-color: #00160E; }

 span { border-color: rgb(0,22,14); }

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