#0F1F19

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

Shades of Dark Green #0F1F19

Tints of Dark Green #0F1F19

Color information

#0F1F19 (or 0x0F1F19) is unknown color: approx Dark Green. HEX triplet: 0F, 1F and 19. RGB value is (15,31,25). Sum of RGB (Red+Green+Blue) = 15+31+25=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1F19 is #F0E0E6. Grayscale: #191919. Windows color (decimal): -15786215 or 1646351. OLE color: 1646351.

HSL color Cylindrical-coordinate representation of color #0F1F19: hue angle of 157.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 #0F1F19 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.88.

Color convert

RGB153125-
CMYK0.5200.190.88
HSL157.5º34.78%9.02%-
HSV(B)157.5º51.61%12.16%-
XYZ0.861.151.1-
YUV25.53127.7120.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.13%
GREEN value IS 31 (12.5% from 255) = 43.66%
BLUE value IS 25 (10.16% from 255) = 35.21%
R=21.13%
G=43.66%
B=35.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1531250.5200.190.88157.534.789.02
HexF1F1934013589e239
Octal173731640231302364311
Binary111111111110011101000100111011000100111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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