Html Css Color HEX #011209 Dark Green

📋 copy color: '#011209'

red 1 ◦ green 18 ◦ blue 9

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

Shades of Dark Green #011209

Tints of Dark Green #011209

RGB

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

 GREEN value IS 18 (7.42% from 255) = 64.29%

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

R = 3.57%
G = 64.29%
B = 32.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.5

 K value IS 0.93

RGB Variations

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

Color information

#011209 (or 0x011209) is known color: Dark Green. HEX triplet: 01, 12 and 09. RGB value is (1,18,9). Sum of RGB (Red+Green+Blue) = 1+18+9=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 18 (7.42% from 255 or 64.29% from 28); Blue value is 9 (3.91% from 255 or 32.14% from 28); Max value from RGB is 18 - color contains mainly: green. Hex color #011209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011209 is #FEEDF6. Grayscale: #0B0B0B. Windows color (decimal): -16707063 or 594433. OLE color: 594433.

HSL color Cylindrical-coordinate representation of color #011209: hue angle of 148.24º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011209 is Cyan = 0.94, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 18 9 -
CMYK 0.94 0 0.5 0.93
HSL 148.24º 0.89% 0.04% -
HSV(B) 148.24º 0.94% 0.07% -
XYZ 0.28 0.46 0.33 -
YUV 11.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 1 18 9 0.94 0 0.5 0.93 148.24 0.89 0.04
Hex 1 12 9 5E 0 32 5D 94 59 4
Octal 1 22 11 136 0 62 135 224 131 4
Binary 1 10010 1001 1011110 0 110010 1011101 10010100 1011001 100

Color Harmonies of #011209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011209

Black with #011209

Text Example


Text Example

White with #011209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011209; }

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

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

background-color css

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

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

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

border-color css

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

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

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