#0F1915

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

Shades of Dark Green #0F1915

Tints of Dark Green #0F1915

Color information

#0F1915 (or 0x0F1915) is unknown color: approx Dark Green. HEX triplet: 0F, 19 and 15. RGB value is (15,25,21). Sum of RGB (Red+Green+Blue) = 15+25+21=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 25 - color contains mainly: green. Hex color #0F1915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1915 is #F0E6EA. Grayscale: #151515. Windows color (decimal): -15787755 or 1382671. OLE color: 1382671.

HSL color Cylindrical-coordinate representation of color #0F1915: hue angle of 156º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0F1915 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.90.

Color convert

RGB152521-
CMYK0.4000.160.90
HSL156º25%7.84%-
HSV(B)156º40%9.8%-
XYZ0.680.850.84-
YUV21.55127.69123.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.59%
GREEN value IS 25 (10.16% from 255) = 40.98%
BLUE value IS 21 (8.59% from 255) = 34.43%
R=24.59%
G=40.98%
B=34.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1525210.4000.160.90156257.84
HexF1915280105A9c198
Octal173125500201322343110
Binary11111100110101101000010000101101010011100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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