#0F1614

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

Shades of Dark Green #0F1614

Tints of Dark Green #0F1614

Color information

#0F1614 (or 0x0F1614) is unknown color: approx Dark Green. HEX triplet: 0F, 16 and 14. RGB value is (15,22,20). Sum of RGB (Red+Green+Blue) = 15+22+20=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 22 - color contains mainly: green. Hex color #0F1614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1614 is #F0E9EB. Grayscale: #131313. Windows color (decimal): -15788524 or 1316367. OLE color: 1316367.

HSL color Cylindrical-coordinate representation of color #0F1614: hue angle of 162.86º degrees, saturation: 0.19, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #0F1614 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB152220-
CMYK0.3200.090.91
HSL162.86º18.92%7.25%-
HSV(B)162.86º31.82%8.63%-
XYZ0.610.730.77-
YUV19.68128.18124.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 26.32%
GREEN value IS 22 (8.98% from 255) = 38.60%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=26.32%
G=38.60%
B=35.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1522200.3200.090.91162.8618.927.25
HexF161420095Ba3137
Octal17262440011133243237
Binary111110110101001000000100110110111010001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F1614; }

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

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

<style>
 a { background-color: #0F1614; }

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

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

<style>
 span { border-color: #0F1614; }

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

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