Html Css Color HEX #011611 Dark Green

📋 copy color: '#011611'

red 1 ◦ green 22 ◦ blue 17

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

Shades of Dark Green #011611

Tints of Dark Green #011611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 55%

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

R = 2.5%
G = 55%
B = 42.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.91

RGB Variations

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

Color information

#011611 (or 0x011611) is known color: Dark Green. HEX triplet: 01, 16 and 11. RGB value is (1,22,17). Sum of RGB (Red+Green+Blue) = 1+22+17=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 22 (8.98% from 255 or 55% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 22 - color contains mainly: green. Hex color #011611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011611 is #FEE9EE. Grayscale: #0F0F0F. Windows color (decimal): -16706031 or 1119745. OLE color: 1119745.

HSL color Cylindrical-coordinate representation of color #011611: hue angle of 165.71º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011611 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 22 17 -
CMYK 0.95 0 0.23 0.91
HSL 165.71º 0.91% 0.05% -
HSV(B) 165.71º 0.95% 0.09% -
XYZ 0.4 0.62 0.63 -
YUV 15.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 1 22 17 0.95 0 0.23 0.91 165.71 0.91 0.05
Hex 1 16 11 5F 0 17 5B A6 5B 5
Octal 1 26 21 137 0 27 133 246 133 5
Binary 1 10110 10001 1011111 0 10111 1011011 10100110 1011011 101

Color Harmonies of #011611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011611

Black with #011611

Text Example


Text Example

White with #011611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011611; }

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

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

background-color css

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

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

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

border-color css

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

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

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