#0F1814

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

Shades of Dark Green #0F1814

Tints of Dark Green #0F1814

Color information

#0F1814 (or 0x0F1814) is unknown color: approx Dark Green. HEX triplet: 0F, 18 and 14. RGB value is (15,24,20). Sum of RGB (Red+Green+Blue) = 15+24+20=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 24 - color contains mainly: green. Hex color #0F1814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1814 is #F0E7EB. Grayscale: #141414. Windows color (decimal): -15788012 or 1316879. OLE color: 1316879.

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

Color convert

RGB152420-
CMYK0.3700.170.91
HSL153.33º23.08%7.65%-
HSV(B)153.33º37.5%9.41%-
XYZ0.650.810.78-
YUV20.85127.52123.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25.42%
GREEN value IS 24 (9.77% from 255) = 40.68%
BLUE value IS 20 (8.20% from 255) = 33.90%
R=25.42%
G=40.68%
B=33.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1524200.3700.170.91153.3323.087.65
HexF1814250115B99178
Octal173024450211332312710
Binary11111100010100100101010001101101110011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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