Html Css Color HEX #011612 Dark Green

📋 copy color: '#011612'

red 1 ◦ green 22 ◦ blue 18

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

Shades of Dark Green #011612

Tints of Dark Green #011612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 43.9%

R = 2.44%
G = 53.66%
B = 43.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.91

RGB Variations

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

Color information

#011612 (or 0x011612) is known color: Dark Green. HEX triplet: 01, 16 and 12. RGB value is (1,22,18). Sum of RGB (Red+Green+Blue) = 1+22+18=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #011612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011612 is #FEE9ED. Grayscale: #0F0F0F. Windows color (decimal): -16706030 or 1185281. OLE color: 1185281.

HSL color Cylindrical-coordinate representation of color #011612: hue angle of 168.57º 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 #011612 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 22 18 -
CMYK 0.95 0 0.18 0.91
HSL 168.57º 0.91% 0.05% -
HSV(B) 168.57º 0.95% 0.09% -
XYZ 0.41 0.62 0.67 -
YUV 15.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 1 22 18 0.95 0 0.18 0.91 168.57 0.91 0.05
Hex 1 16 12 5F 0 12 5B A9 5B 5
Octal 1 26 22 137 0 22 133 251 133 5
Binary 1 10110 10010 1011111 0 10010 1011011 10101001 1011011 101

Color Harmonies of #011612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011612

Black with #011612

Text Example


Text Example

White with #011612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011612; }

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

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

background-color css

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

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

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

border-color css

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

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

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