Html Css Color HEX #011816 Dark Green

📋 copy color: '#011816'

red 1 ◦ green 24 ◦ blue 22

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

Shades of Dark Green #011816

Tints of Dark Green #011816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 51.06%

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

R = 2.13%
G = 51.06%
B = 46.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.91

RGB Variations

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

Color information

#011816 (or 0x011816) is known color: Dark Green. HEX triplet: 01, 18 and 16. RGB value is (1,24,22). Sum of RGB (Red+Green+Blue) = 1+24+22=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 24 (9.77% from 255 or 51.06% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 24 - color contains mainly: green. Hex color #011816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011816 is #FEE7E9. Grayscale: #101010. Windows color (decimal): -16705514 or 1447937. OLE color: 1447937.

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

Color convert

RGB 1 24 22 -
CMYK 0.96 0 0.08 0.91
HSL 174.78º 0.92% 0.05% -
HSV(B) 174.78º 0.96% 0.09% -
XYZ 0.48 0.72 0.87 -
YUV 16.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 1 24 22 0.96 0 0.08 0.91 174.78 0.92 0.05
Hex 1 18 16 60 0 8 5B AF 5C 5
Octal 1 30 26 140 0 10 133 257 134 5
Binary 1 11000 10110 1100000 0 1000 1011011 10101111 1011100 101

Color Harmonies of #011816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011816

Black with #011816

Text Example


Text Example

White with #011816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011816; }

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

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

background-color css

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

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

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

border-color css

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

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

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