Html Css Color HEX #001608 Dark Green

📋 copy color: '#001608'

red 0 ◦ green 22 ◦ blue 8

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

Shades of Dark Green #001608

Tints of Dark Green #001608

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 73.33%
B = 26.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.64

 K value IS 0.91

RGB Variations

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

Color information

#001608 (or 0x001608) is known color: Dark Green. HEX triplet: 00, 16 and 08. RGB value is (0,22,8). Sum of RGB (Red+Green+Blue) = 0+22+8=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 22 (8.98% from 255 or 73.33% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 22 - color contains mainly: green. Hex color #001608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001608 is #FFE9F7. Grayscale: #0D0D0D. Windows color (decimal): -16771576 or 529920. OLE color: 529920.

HSL color Cylindrical-coordinate representation of color #001608: hue angle of 141.82º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001608 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.91.

Color convert

RGB 0 22 8 -
CMYK 1 0 0.64 0.91
HSL 141.82º 1% 0.04% -
HSV(B) 141.82º 1% 0.09% -
XYZ 0.33 0.59 0.33 -
YUV 13.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 0 22 8 1 0 0.64 0.91 141.82 1 0.04
Hex 0 16 8 64 0 40 5B 8E 64 4
Octal 0 26 10 144 0 100 133 216 144 4
Binary 0 10110 1000 1100100 0 1000000 1011011 10001110 1100100 100

Color Harmonies of #001608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001608

Black with #001608

Text Example


Text Example

White with #001608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001608; }

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

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

background-color css

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

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

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

border-color css

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

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

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