Html Css Color HEX #011608 Dark Green

📋 copy color: '#011608'

red 1 ◦ green 22 ◦ blue 8

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

Shades of Dark Green #011608

Tints of Dark Green #011608

RGB

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

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

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

R = 3.23%
G = 70.97%
B = 25.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.91

RGB Variations

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

Color information

#011608 (or 0x011608) is known color: Dark Green. HEX triplet: 01, 16 and 08. RGB value is (1,22,8). Sum of RGB (Red+Green+Blue) = 1+22+8=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 22 (8.98% from 255 or 70.97% from 31); Blue value is 8 (3.52% from 255 or 25.81% from 31); Max value from RGB is 22 - color contains mainly: green. Hex color #011608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011608 is #FEE9F7. Grayscale: #0E0E0E. Windows color (decimal): -16706040 or 529921. OLE color: 529921.

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

Color convert

RGB 1 22 8 -
CMYK 0.95 0 0.64 0.91
HSL 140º 0.91% 0.05% -
HSV(B) 140º 0.95% 0.09% -
XYZ 0.34 0.6 0.33 -
YUV 14.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 1 22 8 0.95 0 0.64 0.91 140 0.91 0.05
Hex 1 16 8 5F 0 40 5B 8C 5B 5
Octal 1 26 10 137 0 100 133 214 133 5
Binary 1 10110 1000 1011111 0 1000000 1011011 10001100 1011011 101

Color Harmonies of #011608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011608

Black with #011608

Text Example


Text Example

White with #011608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011608; }

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

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

background-color css

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

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

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

border-color css

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

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

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