Html Css Color HEX #011408 Dark Green

📋 copy color: '#011408'

red 1 ◦ green 20 ◦ blue 8

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

Shades of Dark Green #011408

Tints of Dark Green #011408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 68.97%

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

R = 3.45%
G = 68.97%
B = 27.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.92

RGB Variations

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

Color information

#011408 (or 0x011408) is known color: Dark Green. HEX triplet: 01, 14 and 08. RGB value is (1,20,8). Sum of RGB (Red+Green+Blue) = 1+20+8=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 20 (8.20% from 255 or 68.97% from 29); Blue value is 8 (3.52% from 255 or 27.59% from 29); Max value from RGB is 20 - color contains mainly: green. Hex color #011408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011408 is #FEEBF7. Grayscale: #0C0C0C. Windows color (decimal): -16706552 or 529409. OLE color: 529409.

HSL color Cylindrical-coordinate representation of color #011408: hue angle of 142.11º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011408 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 20 8 -
CMYK 0.95 0 0.60 0.92
HSL 142.11º 0.9% 0.04% -
HSV(B) 142.11º 0.95% 0.08% -
XYZ 0.31 0.52 0.31 -
YUV 12.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 1 20 8 0.95 0 0.60 0.92 142.11 0.9 0.04
Hex 1 14 8 5F 0 3C 5C 8E 5A 4
Octal 1 24 10 137 0 74 134 216 132 4
Binary 1 10100 1000 1011111 0 111100 1011100 10001110 1011010 100

Color Harmonies of #011408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011408

Black with #011408

Text Example


Text Example

White with #011408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011408; }

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

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

background-color css

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

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

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

border-color css

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

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

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