#0D1914

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

Shades of Dark Green #0D1914

Tints of Dark Green #0D1914

Color information

#0D1914 (or 0x0D1914) is unknown color: approx Dark Green. HEX triplet: 0D, 19 and 14. RGB value is (13,25,20). Sum of RGB (Red+Green+Blue) = 13+25+20=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 25 - color contains mainly: green. Hex color #0D1914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1914 is #F2E6EB. Grayscale: #141414. Windows color (decimal): -15918828 or 1317133. OLE color: 1317133.

HSL color Cylindrical-coordinate representation of color #0D1914: hue angle of 155º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0D1914 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB132520-
CMYK0.4800.200.90
HSL155º31.58%7.45%-
HSV(B)155º48%9.8%-
XYZ0.640.830.79-
YUV20.84127.52122.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.41%
GREEN value IS 25 (10.16% from 255) = 43.10%
BLUE value IS 20 (8.20% from 255) = 34.48%
R=22.41%
G=43.10%
B=34.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1325200.4800.200.9015531.587.45
HexD1914300145A9b207
Octal15312460024132233407
Binary11011100110100110000010100101101010011011100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,25,20); }

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

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

 a { background-color: rgb(13,25,20); }

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

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

 span { border-color: rgb(13,25,20); }

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