Html Css Color HEX #012011 Dark Green

📋 copy color: '#012011'

red 1 ◦ green 32 ◦ blue 17

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

Shades of Dark Green #012011

Tints of Dark Green #012011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 64%

 BLUE value IS 17 (7.03% from 255) = 34%

R = 2%
G = 64%
B = 34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#012011 (or 0x012011) is known color: Dark Green. HEX triplet: 01, 20 and 11. RGB value is (1,32,17). Sum of RGB (Red+Green+Blue) = 1+32+17=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 32 (12.89% from 255 or 64% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 32 - color contains mainly: green. Hex color #012011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012011 is #FEDFEE. Grayscale: #151515. Windows color (decimal): -16703471 or 1122305. OLE color: 1122305.

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

Color convert

RGB 1 32 17 -
CMYK 0.97 0 0.47 0.87
HSL 150.97º 0.94% 0.06% -
HSV(B) 150.97º 0.97% 0.13% -
XYZ 0.63 1.08 0.71 -
YUV 21.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 1 32 17 0.97 0 0.47 0.87 150.97 0.94 0.06
Hex 1 20 11 61 0 2F 57 97 5E 6
Octal 1 40 21 141 0 57 127 227 136 6
Binary 1 100000 10001 1100001 0 101111 1010111 10010111 1011110 110

Color Harmonies of #012011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012011

Black with #012011

Text Example


Text Example

White with #012011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012011; }

 p { color: rgb(1,32,17); }

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

background-color css

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

 a { background-color: rgb(1,32,17); }

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

border-color css

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

 span { border-color: rgb(1,32,17); }

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