#0F1713

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

Shades of Dark Green #0F1713

Tints of Dark Green #0F1713

Color information

#0F1713 (or 0x0F1713) is unknown color: approx Dark Green. HEX triplet: 0F, 17 and 13. RGB value is (15,23,19). Sum of RGB (Red+Green+Blue) = 15+23+19=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 23 - color contains mainly: green. Hex color #0F1713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1713 is #F0E8EC. Grayscale: #141414. Windows color (decimal): -15788269 or 1251087. OLE color: 1251087.

HSL color Cylindrical-coordinate representation of color #0F1713: hue angle of 150º 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 #0F1713 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB152319-
CMYK0.3500.170.91
HSL150º21.05%7.45%-
HSV(B)150º34.78%9.02%-
XYZ0.620.760.73-
YUV20.15127.35124.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 26.32%
GREEN value IS 23 (9.38% from 255) = 40.35%
BLUE value IS 19 (7.81% from 255) = 33.33%
R=26.32%
G=40.35%
B=33.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1523190.3500.170.9115021.057.45
HexF1713230115B96157
Octal17272343021133226257
Binary1111101111001110001101000110110111001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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