Html Css Color HEX #012109 Dark Green

📋 copy color: '#012109'

red 1 ◦ green 33 ◦ blue 9

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

Shades of Dark Green #012109

Tints of Dark Green #012109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 76.74%

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

R = 2.33%
G = 76.74%
B = 20.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.87

RGB Variations

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

Color information

#012109 (or 0x012109) is known color: Dark Green. HEX triplet: 01, 21 and 09. RGB value is (1,33,9). Sum of RGB (Red+Green+Blue) = 1+33+9=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 33 (13.28% from 255 or 76.74% from 43); Blue value is 9 (3.91% from 255 or 20.93% from 43); Max value from RGB is 33 - color contains mainly: green. Hex color #012109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012109 is #FEDEF6. Grayscale: #141414. Windows color (decimal): -16703223 or 598273. OLE color: 598273.

HSL color Cylindrical-coordinate representation of color #012109: hue angle of 135º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012109 is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 33 9 -
CMYK 0.97 0 0.73 0.87
HSL 135º 0.94% 0.07% -
HSV(B) 135º 0.97% 0.13% -
XYZ 0.61 1.11 0.44 -
YUV 20.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 1 33 9 0.97 0 0.73 0.87 135 0.94 0.07
Hex 1 21 9 61 0 49 57 87 5E 7
Octal 1 41 11 141 0 111 127 207 136 7
Binary 1 100001 1001 1100001 0 1001001 1010111 10000111 1011110 111

Color Harmonies of #012109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012109

Black with #012109

Text Example


Text Example

White with #012109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012109; }

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

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

background-color css

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

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

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

border-color css

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

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

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