#0A0E0D

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

Shades of Dark Green #0A0E0D

Tints of Dark Green #0A0E0D

Color information

#0A0E0D (or 0x0A0E0D) is unknown color: approx Dark Green. HEX triplet: 0A, 0E and 0D. RGB value is (10,14,13). Sum of RGB (Red+Green+Blue) = 10+14+13=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 14 - color contains mainly: green. Hex color #0A0E0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0E0D is #F5F1F2. Grayscale: #0C0C0C. Windows color (decimal): -16118259 or 855562. OLE color: 855562.

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

Color convert

RGB101413-
CMYK0.2900.070.95
HSL165º16.67%4.71%-
HSV(B)165º28.57%5.49%-
XYZ0.350.410.44-
YUV12.69128.17126.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 27.03%
GREEN value IS 14 (5.86% from 255) = 37.84%
BLUE value IS 13 (5.47% from 255) = 35.14%
R=27.03%
G=37.84%
B=35.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1014130.2900.070.9516516.674.71
HexAED1D075Fa5115
Octal1216153507137245215
Binary10101110110111101011110111111010010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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