Html Css Color HEX #010805 Dark Green

📋 copy color: '#010805'

red 1 ◦ green 8 ◦ blue 5

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

Shades of Dark Green #010805

Tints of Dark Green #010805

RGB

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

 GREEN value IS 8 (3.52% from 255) = 57.14%

 BLUE value IS 5 (2.34% from 255) = 35.71%

R = 7.14%
G = 57.14%
B = 35.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.38

 K value IS 0.97

RGB Variations

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

Color information

#010805 (or 0x010805) is known color: Dark Green. HEX triplet: 01, 08 and 05. RGB value is (1,8,5). Sum of RGB (Red+Green+Blue) = 1+8+5=14 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.14% from 14); Green value is 8 (3.52% from 255 or 57.14% from 14); Blue value is 5 (2.34% from 255 or 35.71% from 14); Max value from RGB is 8 - color contains mainly: green. Hex color #010805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010805 is #FEF7FA. Grayscale: #050505. Windows color (decimal): -16709627 or 329729. OLE color: 329729.

HSL color Cylindrical-coordinate representation of color #010805: hue angle of 154.29º degrees, saturation: 0.78, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #010805 is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.97.

Color convert

RGB 1 8 5 -
CMYK 0.88 0 0.38 0.97
HSL 154.29º 0.78% 0.02% -
HSV(B) 154.29º 0.88% 0.03% -
XYZ 0.13 0.19 0.17 -
YUV 5.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 1 8 5 0.88 0 0.38 0.97 154.29 0.78 0.02
Hex 1 8 5 58 0 26 61 9A 4E 2
Octal 1 10 5 130 0 46 141 232 116 2
Binary 1 1000 101 1011000 0 100110 1100001 10011010 1001110 10

Color Harmonies of #010805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010805

Black with #010805

Text Example


Text Example

White with #010805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010805; }

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

 H1.HeaderClassName
 {
   color: #010805;
 }
 .AnyTagClassName
 {
   color: #010805;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #010805;
 }
 .BgClassName
 {
   background-color: #010805;
 }
</style>

border-color css

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

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

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