#010A0A

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

Shades of Dark Green #010A0A

Tints of Dark Green #010A0A

Color information

#010A0A (or 0x010A0A) is unknown color: approx Dark Green. HEX triplet: 01, 0A and 0A. RGB value is (1,10,10). Sum of RGB (Red+Green+Blue) = 1+10+10=21 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.76% from 21); Green value is 10 (4.30% from 255 or 47.62% from 21); Blue value is 10 (4.30% from 255 or 47.62% from 21); Max value from RGB is 10 - color contains mainly: green, blue. Hex color #010A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A0A is #FEF5F5. Grayscale: #070707. Windows color (decimal): -16709110 or 657921. OLE color: 657921.

HSL color Cylindrical-coordinate representation of color #010A0A: hue angle of 180º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #010A0A is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB11010-
CMYK0.90000.96
HSL180º81.82%2.16%-
HSV(B)180º90%3.92%-
XYZ0.180.250.33-
YUV7.31129.52123.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.76%
GREEN value IS 10 (4.30% from 255) = 47.62%
BLUE value IS 10 (4.30% from 255) = 47.62%
R=4.76%
G=47.62%
B=47.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal110100.90000.9618081.822.16
Hex1AA5A0060b4522
Octal11212132001402641222
Binary110101010101101000110000010110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010A0A; }

 p { color: rgb(1,10,10); }

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

<style>
 a { background-color: #010A0A; }

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

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

<style>
 span { border-color: #010A0A; }

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

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