#0F1715

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

Shades of Dark Green #0F1715

Tints of Dark Green #0F1715

Color information

#0F1715 (or 0x0F1715) is unknown color: approx Dark Green. HEX triplet: 0F, 17 and 15. RGB value is (15,23,21). Sum of RGB (Red+Green+Blue) = 15+23+21=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 23 (9.38% from 255 or 38.98% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 23 - color contains mainly: green. Hex color #0F1715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1715 is #F0E8EA. Grayscale: #141414. Windows color (decimal): -15788267 or 1382159. OLE color: 1382159.

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

Color convert

RGB152321-
CMYK0.3500.090.91
HSL165º21.05%7.45%-
HSV(B)165º34.78%9.02%-
XYZ0.640.770.82-
YUV20.38128.35124.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25.42%
GREEN value IS 23 (9.38% from 255) = 38.98%
BLUE value IS 21 (8.59% from 255) = 35.59%
R=25.42%
G=38.98%
B=35.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1523210.3500.090.9116521.057.45
HexF171523095Ba5157
Octal17272543011133245257
Binary111110111101011000110100110110111010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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