#0F1C17

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

Shades of Dark Green #0F1C17

Tints of Dark Green #0F1C17

Color information

#0F1C17 (or 0x0F1C17) is unknown color: approx Dark Green. HEX triplet: 0F, 1C and 17. RGB value is (15,28,23). Sum of RGB (Red+Green+Blue) = 15+28+23=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C17 is #F0E3E8. Grayscale: #171717. Windows color (decimal): -15786985 or 1514511. OLE color: 1514511.

HSL color Cylindrical-coordinate representation of color #0F1C17: hue angle of 156.92º 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 #0F1C17 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.89.

Color convert

RGB152823-
CMYK0.4600.180.89
HSL156.92º30.23%8.43%-
HSV(B)156.92º46.43%10.98%-
XYZ0.770.990.96-
YUV23.54127.69121.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.73%
GREEN value IS 28 (11.33% from 255) = 42.42%
BLUE value IS 23 (9.38% from 255) = 34.85%
R=22.73%
G=42.42%
B=34.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1528230.4600.180.89156.9230.238.43
HexF1C172E012599d1e8
Octal173427560221312353610
Binary11111110010111101110010010101100110011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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