#0F1D1A

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

Shades of Dark Green #0F1D1A

Tints of Dark Green #0F1D1A

Color information

#0F1D1A (or 0x0F1D1A) is unknown color: approx Dark Green. HEX triplet: 0F, 1D and 1A. RGB value is (15,29,26). Sum of RGB (Red+Green+Blue) = 15+29+26=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 29 (11.72% from 255 or 41.43% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1D1A is #F0E2E5. Grayscale: #181818. Windows color (decimal): -15786726 or 1711375. OLE color: 1711375.

HSL color Cylindrical-coordinate representation of color #0F1D1A: hue angle of 167.14º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F1D1A is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.89.

Color convert

RGB152926-
CMYK0.4800.100.89
HSL167.14º31.82%8.63%-
HSV(B)167.14º48.28%11.37%-
XYZ0.821.051.14-
YUV24.47128.86121.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.43%
GREEN value IS 29 (11.72% from 255) = 41.43%
BLUE value IS 26 (10.55% from 255) = 37.14%
R=21.43%
G=41.43%
B=37.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1529260.4800.100.89167.1431.828.63
HexF1D1A300A59a7209
Octal173532600121312474011
Binary11111110111010110000010101011001101001111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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