#0F1F1D

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

Shades of Dark Green #0F1F1D

Tints of Dark Green #0F1F1D

Color information

#0F1F1D (or 0x0F1F1D) is unknown color: approx Dark Green. HEX triplet: 0F, 1F and 1D. RGB value is (15,31,29). Sum of RGB (Red+Green+Blue) = 15+31+29=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1F1D is #F0E0E2. Grayscale: #191919. Windows color (decimal): -15786211 or 1908495. OLE color: 1908495.

HSL color Cylindrical-coordinate representation of color #0F1F1D: hue angle of 172.5º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0F1F1D is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.

Color convert

RGB153129-
CMYK0.5200.060.88
HSL172.5º34.78%9.02%-
HSV(B)172.5º51.61%12.16%-
XYZ0.911.171.34-
YUV25.99129.7120.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20%
GREEN value IS 31 (12.5% from 255) = 41.33%
BLUE value IS 29 (11.72% from 255) = 38.67%
R=20%
G=41.33%
B=38.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1531290.5200.060.88172.534.789.02
HexF1F1D340658ac239
Octal17373564061302544311
Binary1111111111110111010001101011000101011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,31,29); }

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

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

 a { background-color: rgb(15,31,29); }

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

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

 span { border-color: rgb(15,31,29); }

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