#0F1C18

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

Shades of Dark Green #0F1C18

Tints of Dark Green #0F1C18

Color information

#0F1C18 (or 0x0F1C18) is unknown color: approx Dark Green. HEX triplet: 0F, 1C and 18. RGB value is (15,28,24). Sum of RGB (Red+Green+Blue) = 15+28+24=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C18 is #F0E3E7. Grayscale: #171717. Windows color (decimal): -15786984 or 1580047. OLE color: 1580047.

HSL color Cylindrical-coordinate representation of color #0F1C18: hue angle of 161.54º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0F1C18 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB152824-
CMYK0.4600.140.89
HSL161.54º30.23%8.43%-
HSV(B)161.54º46.43%10.98%-
XYZ0.7811.02-
YUV23.66128.19121.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.39%
GREEN value IS 28 (11.33% from 255) = 41.79%
BLUE value IS 24 (9.77% from 255) = 35.82%
R=22.39%
G=41.79%
B=35.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1528240.4600.140.89161.5430.238.43
HexF1C182E0E59a21e8
Octal173430560161312423610
Binary1111111001100010111001110101100110100010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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