#0D0F0E

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

Shades of Dark Green #0D0F0E

Tints of Dark Green #0D0F0E

Color information

#0D0F0E (or 0x0D0F0E) is unknown color: approx Dark Green. HEX triplet: 0D, 0F and 0E. RGB value is (13,15,14). Sum of RGB (Red+Green+Blue) = 13+15+14=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 15 - color contains mainly: green. Hex color #0D0F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0F0E is #F2F0F1. Grayscale: #0E0E0E. Windows color (decimal): -15921394 or 921357. OLE color: 921357.

HSL color Cylindrical-coordinate representation of color #0D0F0E: hue angle of 150º degrees, saturation: 0.07, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #0D0F0E is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.94.

Color convert

RGB131514-
CMYK0.1300.070.94
HSL150º7.14%5.49%-
HSV(B)150º13.33%5.88%-
XYZ0.420.460.48-
YUV14.29127.84127.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 30.95%
GREEN value IS 15 (6.25% from 255) = 35.71%
BLUE value IS 14 (5.86% from 255) = 33.33%
R=30.95%
G=35.71%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1315140.1300.070.941507.145.49
HexDFED075E9675
Octal151716150713622675
Binary11011111111011010111101111010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,15,14); }

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

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

 a { background-color: rgb(13,15,14); }

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

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

 span { border-color: rgb(13,15,14); }

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