#0F1F1A

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

Shades of Dark Green #0F1F1A

Tints of Dark Green #0F1F1A

Color information

#0F1F1A (or 0x0F1F1A) is unknown color: approx Dark Green. HEX triplet: 0F, 1F and 1A. RGB value is (15,31,26). Sum of RGB (Red+Green+Blue) = 15+31+26=72 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.83% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1F1A is #F0E0E5. Grayscale: #191919. Windows color (decimal): -15786214 or 1711887. OLE color: 1711887.

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

Color convert

RGB153126-
CMYK0.5200.160.88
HSL161.25º34.78%9.02%-
HSV(B)161.25º51.61%12.16%-
XYZ0.871.161.15-
YUV25.65128.2120.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.83%
GREEN value IS 31 (12.5% from 255) = 43.06%
BLUE value IS 26 (10.55% from 255) = 36.11%
R=20.83%
G=43.06%
B=36.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1531260.5200.160.88161.2534.789.02
HexF1F1A3401058a1239
Octal173732640201302414311
Binary111111111110101101000100001011000101000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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