Html Css Color HEX #011712 Dark Green

📋 copy color: '#011712'

red 1 ◦ green 23 ◦ blue 18

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

Shades of Dark Green #011712

Tints of Dark Green #011712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 54.76%

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

R = 2.38%
G = 54.76%
B = 42.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#011712 (or 0x011712) is known color: Dark Green. HEX triplet: 01, 17 and 12. RGB value is (1,23,18). Sum of RGB (Red+Green+Blue) = 1+23+18=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 23 (9.38% from 255 or 54.76% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 23 - color contains mainly: green. Hex color #011712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011712 is #FEE8ED. Grayscale: #0F0F0F. Windows color (decimal): -16705774 or 1185537. OLE color: 1185537.

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

Color convert

RGB 1 23 18 -
CMYK 0.96 0 0.22 0.91
HSL 166.36º 0.92% 0.05% -
HSV(B) 166.36º 0.96% 0.09% -
XYZ 0.43 0.66 0.68 -
YUV 15.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 1 23 18 0.96 0 0.22 0.91 166.36 0.92 0.05
Hex 1 17 12 60 0 16 5B A6 5C 5
Octal 1 27 22 140 0 26 133 246 134 5
Binary 1 10111 10010 1100000 0 10110 1011011 10100110 1011100 101

Color Harmonies of #011712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011712

Black with #011712

Text Example


Text Example

White with #011712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011712; }

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

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

background-color css

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

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

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

border-color css

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

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

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