#0D1F17

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

Shades of Dark Green #0D1F17

Tints of Dark Green #0D1F17

Color information

#0D1F17 (or 0x0D1F17) is unknown color: approx Dark Green. HEX triplet: 0D, 1F and 17. RGB value is (13,31,23). Sum of RGB (Red+Green+Blue) = 13+31+23=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 23 (9.38% from 255 or 34.33% from 67); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1F17 is #F2E0E8. Grayscale: #181818. Windows color (decimal): -15917289 or 1515277. OLE color: 1515277.

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

Color convert

RGB133123-
CMYK0.5800.260.88
HSL153.33º40.91%8.63%-
HSV(B)153.33º58.06%12.16%-
XYZ0.811.130.99-
YUV24.71127.04119.65-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.40%
GREEN value IS 31 (12.5% from 255) = 46.27%
BLUE value IS 23 (9.38% from 255) = 34.33%
R=19.40%
G=46.27%
B=34.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1331230.5800.260.88153.3340.918.63
HexD1F173A01A5899299
Octal153727720321302315111
Binary110111111101111110100110101011000100110011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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