#010A05

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

Shades of Dark Green #010A05

Tints of Dark Green #010A05

Color information

#010A05 (or 0x010A05) is unknown color: approx Dark Green. HEX triplet: 01, 0A and 05. RGB value is (1,10,5). Sum of RGB (Red+Green+Blue) = 1+10+5=16 (2% of max value = 765). Red value is 1 (0.78% from 255 or 6.25% from 16); Green value is 10 (4.30% from 255 or 62.5% from 16); Blue value is 5 (2.34% from 255 or 31.25% from 16); Max value from RGB is 10 - color contains mainly: green. Hex color #010A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A05 is #FEF5FA. Grayscale: #060606. Windows color (decimal): -16709115 or 330241. OLE color: 330241.

HSL color Cylindrical-coordinate representation of color #010A05: hue angle of 146.67º 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 #010A05 is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.96.

Color convert

RGB1105-
CMYK0.9000.500.96
HSL146.67º81.82%2.16%-
HSV(B)146.67º90%3.92%-
XYZ0.150.230.18-
YUV6.74127.02123.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 6.25%
GREEN value IS 10 (4.30% from 255) = 62.5%
BLUE value IS 5 (2.34% from 255) = 31.25%
R=6.25%
G=62.5%
B=31.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal11050.9000.500.96146.6781.822.16
Hex1A55A0326093522
Octal11251320621402231222
Binary1101010110110100110010110000010010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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