#0F1513

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

Shades of Dark Green #0F1513

Tints of Dark Green #0F1513

Color information

#0F1513 (or 0x0F1513) is unknown color: approx Dark Green. HEX triplet: 0F, 15 and 13. RGB value is (15,21,19). Sum of RGB (Red+Green+Blue) = 15+21+19=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 21 - color contains mainly: green. Hex color #0F1513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1513 is #F0EAEC. Grayscale: #121212. Windows color (decimal): -15788781 or 1250575. OLE color: 1250575.

HSL color Cylindrical-coordinate representation of color #0F1513: hue angle of 160º 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 #0F1513 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB152119-
CMYK0.2900.100.92
HSL160º16.67%7.06%-
HSV(B)160º28.57%8.24%-
XYZ0.580.680.72-
YUV18.98128.01125.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 27.27%
GREEN value IS 21 (8.59% from 255) = 38.18%
BLUE value IS 19 (7.81% from 255) = 34.55%
R=27.27%
G=38.18%
B=34.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1521190.2900.100.9216016.677.06
HexF15131D0A5Ca0117
Octal17252335012134240217
Binary11111010110011111010101010111001010000010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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