#0A1513

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

Shades of Dark Green #0A1513

Tints of Dark Green #0A1513

Color information

#0A1513 (or 0x0A1513) is unknown color: approx Dark Green. HEX triplet: 0A, 15 and 13. RGB value is (10,21,19). Sum of RGB (Red+Green+Blue) = 10+21+19=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #0A1513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1513 is #F5EAEC. Grayscale: #111111. Windows color (decimal): -16116461 or 1250570. OLE color: 1250570.

HSL color Cylindrical-coordinate representation of color #0A1513: hue angle of 169.09º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0A1513 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB102119-
CMYK0.5200.100.92
HSL169.09º35.48%6.08%-
HSV(B)169.09º52.38%8.24%-
XYZ0.510.650.71-
YUV17.48128.86122.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20%
GREEN value IS 21 (8.59% from 255) = 42%
BLUE value IS 19 (7.81% from 255) = 38%
R=20%
G=42%
B=38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1021190.5200.100.92169.0935.486.08
HexA1513340A5Ca9236
Octal12252364012134251436
Binary1010101011001111010001010101110010101001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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