Html Css Color HEX #010A05 Dark Green

📋 copy color: '#010A05'

red 1 ◦ green 10 ◦ blue 5

#010A05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #010A05

Tints of Dark Green #010A05

RGB

 RED value IS 1 (0.78% from 255) = 6.25%

 GREEN value IS 10 (4.3% 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 value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.96

RGB Variations

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

Color information

#010A05 (or 0x010A05) is known color: 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

RGB 1 10 5 -
CMYK 0.90 0 0.50 0.96
HSL 146.67º 0.82% 0.02% -
HSV(B) 146.67º 0.9% 0.04% -
XYZ 0.15 0.23 0.18 -
YUV 6.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 1 10 5 0.90 0 0.50 0.96 146.67 0.82 0.02
Hex 1 A 5 5A 0 32 60 93 52 2
Octal 1 12 5 132 0 62 140 223 122 2
Binary 1 1010 101 1011010 0 110010 1100000 10010011 1010010 10

Color Harmonies of #010A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A05

Black with #010A05

Text Example


Text Example

White with #010A05

Text Example


Text Example

HTML Codes & Css Web 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>