Html Css Color HEX #011708 Dark Green

📋 copy color: '#011708'

red 1 ◦ green 23 ◦ blue 8

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

Shades of Dark Green #011708

Tints of Dark Green #011708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 25%

R = 3.13%
G = 71.88%
B = 25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.91

RGB Variations

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

Color information

#011708 (or 0x011708) is known color: Dark Green. HEX triplet: 01, 17 and 08. RGB value is (1,23,8). Sum of RGB (Red+Green+Blue) = 1+23+8=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 23 (9.38% from 255 or 71.88% from 32); Blue value is 8 (3.52% from 255 or 25% from 32); Max value from RGB is 23 - color contains mainly: green. Hex color #011708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011708 is #FEE8F7. Grayscale: #0E0E0E. Windows color (decimal): -16705784 or 530177. OLE color: 530177.

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

Color convert

RGB 1 23 8 -
CMYK 0.96 0 0.65 0.91
HSL 139.09º 0.92% 0.05% -
HSV(B) 139.09º 0.96% 0.09% -
XYZ 0.36 0.64 0.33 -
YUV 14.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 1 23 8 0.96 0 0.65 0.91 139.09 0.92 0.05
Hex 1 17 8 60 0 41 5B 8B 5C 5
Octal 1 27 10 140 0 101 133 213 134 5
Binary 1 10111 1000 1100000 0 1000001 1011011 10001011 1011100 101

Color Harmonies of #011708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011708

Black with #011708

Text Example


Text Example

White with #011708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011708; }

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

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

background-color css

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

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

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

border-color css

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

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

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