#0A1813

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

Shades of Dark Green #0A1813

Tints of Dark Green #0A1813

Color information

#0A1813 (or 0x0A1813) is unknown color: approx Dark Green. HEX triplet: 0A, 18 and 13. RGB value is (10,24,19). Sum of RGB (Red+Green+Blue) = 10+24+19=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1813 is #F5E7EC. Grayscale: #131313. Windows color (decimal): -16115693 or 1251338. OLE color: 1251338.

HSL color Cylindrical-coordinate representation of color #0A1813: hue angle of 158.57º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A1813 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB102419-
CMYK0.5800.210.91
HSL158.57º41.18%6.67%-
HSV(B)158.57º58.33%9.41%-
XYZ0.570.760.73-
YUV19.24127.86121.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.87%
GREEN value IS 24 (9.77% from 255) = 45.28%
BLUE value IS 19 (7.81% from 255) = 35.85%
R=18.87%
G=45.28%
B=35.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1024190.5800.210.91158.5741.186.67
HexA18133A0155B9f297
Octal12302372025133237517
Binary10101100010011111010010101101101110011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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