#0A130F

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

Shades of Dark Green #0A130F

Tints of Dark Green #0A130F

Color information

#0A130F (or 0x0A130F) is unknown color: approx Dark Green. HEX triplet: 0A, 13 and 0F. RGB value is (10,19,15). Sum of RGB (Red+Green+Blue) = 10+19+15=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 19 - color contains mainly: green. Hex color #0A130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A130F is #F5ECF0. Grayscale: #0F0F0F. Windows color (decimal): -16116977 or 987914. OLE color: 987914.

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

Color convert

RGB101915-
CMYK0.4700.210.93
HSL153.33º31.03%5.69%-
HSV(B)153.33º47.37%7.45%-
XYZ0.440.560.54-
YUV15.85127.52123.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 22.73%
GREEN value IS 19 (7.81% from 255) = 43.18%
BLUE value IS 15 (6.25% from 255) = 34.09%
R=22.73%
G=43.18%
B=34.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1019150.4700.210.93153.3331.035.69
HexA13F2F0155D991f6
Octal12231757025135231376
Binary101010011111110111101010110111011001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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