Html Css Color HEX #012116 Dark Green

📋 copy color: '#012116'

red 1 ◦ green 33 ◦ blue 22

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

Shades of Dark Green #012116

Tints of Dark Green #012116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 39.29%

R = 1.79%
G = 58.93%
B = 39.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.87

RGB Variations

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

Color information

#012116 (or 0x012116) is known color: Dark Green. HEX triplet: 01, 21 and 16. RGB value is (1,33,22). Sum of RGB (Red+Green+Blue) = 1+33+22=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 33 (13.28% from 255 or 58.93% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 33 - color contains mainly: green. Hex color #012116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012116 is #FEDEE9. Grayscale: #161616. Windows color (decimal): -16703210 or 1450241. OLE color: 1450241.

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

Color convert

RGB 1 33 22 -
CMYK 0.97 0 0.33 0.87
HSL 159.38º 0.94% 0.07% -
HSV(B) 159.38º 0.97% 0.13% -
XYZ 0.7 1.15 0.94 -
YUV 22.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 1 33 22 0.97 0 0.33 0.87 159.38 0.94 0.07
Hex 1 21 16 61 0 21 57 9F 5E 7
Octal 1 41 26 141 0 41 127 237 136 7
Binary 1 100001 10110 1100001 0 100001 1010111 10011111 1011110 111

Color Harmonies of #012116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012116

Black with #012116

Text Example


Text Example

White with #012116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012116; }

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

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

background-color css

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

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

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

border-color css

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

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

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