#0D1F16

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

Shades of Dark Green #0D1F16

Tints of Dark Green #0D1F16

Color information

#0D1F16 (or 0x0D1F16) is unknown color: approx Dark Green. HEX triplet: 0D, 1F and 16. RGB value is (13,31,22). Sum of RGB (Red+Green+Blue) = 13+31+22=66 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.70% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1F16 is #F2E0E9. Grayscale: #181818. Windows color (decimal): -15917290 or 1449741. OLE color: 1449741.

HSL color Cylindrical-coordinate representation of color #0D1F16: hue angle of 150º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D1F16 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.88.

Color convert

RGB133122-
CMYK0.5800.290.88
HSL150º40.91%8.63%-
HSV(B)150º58.06%12.16%-
XYZ0.81.120.93-
YUV24.59126.54119.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.70%
GREEN value IS 31 (12.5% from 255) = 46.97%
BLUE value IS 22 (8.98% from 255) = 33.33%
R=19.70%
G=46.97%
B=33.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1331220.5800.290.8815040.918.63
HexD1F163A01D5896299
Octal153726720351302265111
Binary110111111101101110100111011011000100101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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