Html Css Color HEX #011009 Dark Green

📋 copy color: '#011009'

red 1 ◦ green 16 ◦ blue 9

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

Shades of Dark Green #011009

Tints of Dark Green #011009

RGB

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

 GREEN value IS 16 (6.64% from 255) = 61.54%

 BLUE value IS 9 (3.91% from 255) = 34.62%

R = 3.85%
G = 61.54%
B = 34.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.94

RGB Variations

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

Color information

#011009 (or 0x011009) is known color: Dark Green. HEX triplet: 01, 10 and 09. RGB value is (1,16,9). Sum of RGB (Red+Green+Blue) = 1+16+9=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 16 (6.64% from 255 or 61.54% from 26); Blue value is 9 (3.91% from 255 or 34.62% from 26); Max value from RGB is 16 - color contains mainly: green. Hex color #011009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011009 is #FEEFF6. Grayscale: #0A0A0A. Windows color (decimal): -16707575 or 593921. OLE color: 593921.

HSL color Cylindrical-coordinate representation of color #011009: hue angle of 152º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011009 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.94.

Color convert

RGB 1 16 9 -
CMYK 0.94 0 0.44 0.94
HSL 152º 0.88% 0.03% -
HSV(B) 152º 0.94% 0.06% -
XYZ 0.25 0.4 0.32 -
YUV 10.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 1 16 9 0.94 0 0.44 0.94 152 0.88 0.03
Hex 1 10 9 5E 0 2C 5E 98 58 3
Octal 1 20 11 136 0 54 136 230 130 3
Binary 1 10000 1001 1011110 0 101100 1011110 10011000 1011000 11

Color Harmonies of #011009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011009

Black with #011009

Text Example


Text Example

White with #011009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011009; }

 p { color: rgb(1,16,9); }

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

background-color css

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

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

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

border-color css

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

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

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