#0A1312

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

Shades of Dark Green #0A1312

Tints of Dark Green #0A1312

Color information

#0A1312 (or 0x0A1312) is unknown color: approx Dark Green. HEX triplet: 0A, 13 and 12. RGB value is (10,19,18). Sum of RGB (Red+Green+Blue) = 10+19+18=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 19 - color contains mainly: green. Hex color #0A1312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1312 is #F5ECED. Grayscale: #101010. Windows color (decimal): -16116974 or 1184522. OLE color: 1184522.

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

Color convert

RGB101918-
CMYK0.4700.050.93
HSL173.33º31.03%5.69%-
HSV(B)173.33º47.37%7.45%-
XYZ0.470.570.66-
YUV16.2129.02123.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 21.28%
GREEN value IS 19 (7.81% from 255) = 40.43%
BLUE value IS 18 (7.42% from 255) = 38.30%
R=21.28%
G=40.43%
B=38.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1019180.4700.050.93173.3331.035.69
HexA13122F055Dad1f6
Octal1223225705135255376
Binary10101001110010101111010110111011010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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