#0F1917

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

Shades of Dark Green #0F1917

Tints of Dark Green #0F1917

Color information

#0F1917 (or 0x0F1917) is unknown color: approx Dark Green. HEX triplet: 0F, 19 and 17. RGB value is (15,25,23). Sum of RGB (Red+Green+Blue) = 15+25+23=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 25 - color contains mainly: green. Hex color #0F1917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1917 is #F0E6E8. Grayscale: #151515. Windows color (decimal): -15787753 or 1513743. OLE color: 1513743.

HSL color Cylindrical-coordinate representation of color #0F1917: hue angle of 168º 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 #0F1917 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB152523-
CMYK0.4000.080.90
HSL168º25%7.84%-
HSV(B)168º40%9.8%-
XYZ0.70.860.94-
YUV21.78128.69123.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.81%
GREEN value IS 25 (10.16% from 255) = 39.68%
BLUE value IS 23 (9.38% from 255) = 36.51%
R=23.81%
G=39.68%
B=36.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1525230.4000.080.90168257.84
HexF191728085Aa8198
Octal173127500101322503110
Binary1111110011011110100001000101101010101000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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