#0F1815

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

Shades of Dark Green #0F1815

Tints of Dark Green #0F1815

Color information

#0F1815 (or 0x0F1815) is unknown color: approx Dark Green. HEX triplet: 0F, 18 and 15. RGB value is (15,24,21). Sum of RGB (Red+Green+Blue) = 15+24+21=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 24 - color contains mainly: green. Hex color #0F1815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1815 is #F0E7EA. Grayscale: #141414. Windows color (decimal): -15788011 or 1382415. OLE color: 1382415.

HSL color Cylindrical-coordinate representation of color #0F1815: hue angle of 160º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0F1815 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB152421-
CMYK0.3700.130.91
HSL160º23.08%7.65%-
HSV(B)160º37.5%9.41%-
XYZ0.660.810.83-
YUV20.97128.02123.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25%
GREEN value IS 24 (9.77% from 255) = 40%
BLUE value IS 21 (8.59% from 255) = 35%
R=25%
G=40%
B=35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1524210.3700.130.9116023.087.65
HexF1815250D5Ba0178
Octal173025450151332402710
Binary1111110001010110010101101101101110100000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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