#0F1514

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

Shades of Dark Green #0F1514

Tints of Dark Green #0F1514

Color information

#0F1514 (or 0x0F1514) is unknown color: approx Dark Green. HEX triplet: 0F, 15 and 14. RGB value is (15,21,20). Sum of RGB (Red+Green+Blue) = 15+21+20=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 21 - color contains mainly: green. Hex color #0F1514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1514 is #F0EAEB. Grayscale: #131313. Windows color (decimal): -15788780 or 1316111. OLE color: 1316111.

HSL color Cylindrical-coordinate representation of color #0F1514: hue angle of 170º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0F1514 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB152120-
CMYK0.2900.050.92
HSL170º16.67%7.06%-
HSV(B)170º28.57%8.24%-
XYZ0.590.690.76-
YUV19.09128.51125.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 26.79%
GREEN value IS 21 (8.59% from 255) = 37.5%
BLUE value IS 20 (8.20% from 255) = 35.71%
R=26.79%
G=37.5%
B=35.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1521200.2900.050.9217016.677.06
HexF15141D055Caa117
Octal1725243505134252217
Binary1111101011010011101010110111001010101010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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