#0A130E

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

Shades of Dark Green #0A130E

Tints of Dark Green #0A130E

Color information

#0A130E (or 0x0A130E) is unknown color: approx Dark Green. HEX triplet: 0A, 13 and 0E. RGB value is (10,19,14). Sum of RGB (Red+Green+Blue) = 10+19+14=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 19 - color contains mainly: green. Hex color #0A130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A130E is #F5ECF1. Grayscale: #0F0F0F. Windows color (decimal): -16116978 or 922378. OLE color: 922378.

HSL color Cylindrical-coordinate representation of color #0A130E: hue angle of 146.67º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0A130E is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.

Color convert

RGB101914-
CMYK0.4700.260.93
HSL146.67º31.03%5.69%-
HSV(B)146.67º47.37%7.45%-
XYZ0.440.560.5-
YUV15.74127.02123.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 23.26%
GREEN value IS 19 (7.81% from 255) = 44.19%
BLUE value IS 14 (5.86% from 255) = 32.56%
R=23.26%
G=44.19%
B=32.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1019140.4700.260.93146.6731.035.69
HexA13E2F01A5D931f6
Octal12231657032135223376
Binary101010011111010111101101010111011001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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