Html Css Color HEX #012111 Dark Green

📋 copy color: '#012111'

red 1 ◦ green 33 ◦ blue 17

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

Shades of Dark Green #012111

Tints of Dark Green #012111

RGB

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

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

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

R = 1.96%
G = 64.71%
B = 33.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.48

 K value IS 0.87

RGB Variations

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

Color information

#012111 (or 0x012111) is known color: Dark Green. HEX triplet: 01, 21 and 11. RGB value is (1,33,17). Sum of RGB (Red+Green+Blue) = 1+33+17=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 33 (13.28% from 255 or 64.71% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 33 - color contains mainly: green. Hex color #012111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012111 is #FEDEEE. Grayscale: #151515. Windows color (decimal): -16703215 or 1122561. OLE color: 1122561.

HSL color Cylindrical-coordinate representation of color #012111: hue angle of 150º 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 #012111 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 33 17 -
CMYK 0.97 0 0.48 0.87
HSL 150º 0.94% 0.07% -
HSV(B) 150º 0.97% 0.13% -
XYZ 0.66 1.13 0.71 -
YUV 21.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 1 33 17 0.97 0 0.48 0.87 150 0.94 0.07
Hex 1 21 11 61 0 30 57 96 5E 7
Octal 1 41 21 141 0 60 127 226 136 7
Binary 1 100001 10001 1100001 0 110000 1010111 10010110 1011110 111

Color Harmonies of #012111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012111

Black with #012111

Text Example


Text Example

White with #012111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012111; }

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

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

background-color css

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

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

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

border-color css

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

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

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