#0F1816

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

Shades of Dark Green #0F1816

Tints of Dark Green #0F1816

Color information

#0F1816 (or 0x0F1816) is unknown color: approx Dark Green. HEX triplet: 0F, 18 and 16. RGB value is (15,24,22). Sum of RGB (Red+Green+Blue) = 15+24+22=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 24 - color contains mainly: green. Hex color #0F1816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1816 is #F0E7E9. Grayscale: #151515. Windows color (decimal): -15788010 or 1447951. OLE color: 1447951.

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

Color convert

RGB152422-
CMYK0.3700.080.91
HSL166.67º23.08%7.65%-
HSV(B)166.67º37.5%9.41%-
XYZ0.670.810.88-
YUV21.08128.52123.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.59%
GREEN value IS 24 (9.77% from 255) = 39.34%
BLUE value IS 22 (8.98% from 255) = 36.07%
R=24.59%
G=39.34%
B=36.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1524220.3700.080.91166.6723.087.65
HexF181625085Ba7178
Octal173026450101332472710
Binary1111110001011010010101000101101110100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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