#00160F

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

Shades of Dark Green #00160F

Tints of Dark Green #00160F

Color information

#00160F (or 0x00160F) is unknown color: approx Dark Green. HEX triplet: 00, 16 and 0F. RGB value is (0,22,15). Sum of RGB (Red+Green+Blue) = 0+22+15=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 22 (8.98% from 255 or 59.46% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 22 - color contains mainly: green. Hex color #00160F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00160F is #FFE9F0. Grayscale: #0E0E0E. Windows color (decimal): -16771569 or 988672. OLE color: 988672.

HSL color Cylindrical-coordinate representation of color #00160F: hue angle of 160.91º 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 #00160F is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.91.

Color convert

RGB02215-
CMYK100.320.91
HSL160.91º100%4.31%-
HSV(B)160.91º100%8.63%-
XYZ0.370.610.55-
YUV14.62128.21117.57-

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) = 59.46%
BLUE value IS 15 (6.25% from 255) = 40.54%
R=0%
G=59.46%
B=40.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal02215100.320.91160.911004.31
Hex016F640205Ba1644
Octal026171440401332411444
Binary0101101111110010001000001011011101000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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