#0D1614

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

Shades of Dark Green #0D1614

Tints of Dark Green #0D1614

Color information

#0D1614 (or 0x0D1614) is unknown color: approx Dark Green. HEX triplet: 0D, 16 and 14. RGB value is (13,22,20). Sum of RGB (Red+Green+Blue) = 13+22+20=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 22 - color contains mainly: green. Hex color #0D1614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1614 is #F2E9EB. Grayscale: #131313. Windows color (decimal): -15919596 or 1316365. OLE color: 1316365.

HSL color Cylindrical-coordinate representation of color #0D1614: hue angle of 166.67º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0D1614 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB132220-
CMYK0.4100.090.91
HSL166.67º25.71%6.86%-
HSV(B)166.67º40.91%8.63%-
XYZ0.580.710.77-
YUV19.08128.52123.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 23.64%
GREEN value IS 22 (8.98% from 255) = 40%
BLUE value IS 20 (8.20% from 255) = 36.36%
R=23.64%
G=40%
B=36.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1322200.4100.090.91166.6725.716.86
HexD161429095Ba71a7
Octal15262451011133247327
Binary110110110101001010010100110110111010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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