Html Css Color HEX #001008 Dark Green

📋 copy color: '#001008'

red 0 ◦ green 16 ◦ blue 8

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

Shades of Dark Green #001008

Tints of Dark Green #001008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 66.67%

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

R = 0%
G = 66.67%
B = 33.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.50

 K value IS 0.94

RGB Variations

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

Color information

#001008 (or 0x001008) is known color: Dark Green. HEX triplet: 00, 10 and 08. RGB value is (0,16,8). Sum of RGB (Red+Green+Blue) = 0+16+8=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 16 (6.64% from 255 or 66.67% from 24); Blue value is 8 (3.52% from 255 or 33.33% from 24); Max value from RGB is 16 - color contains mainly: green. Hex color #001008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001008 is #FFEFF7. Grayscale: #0A0A0A. Windows color (decimal): -16773112 or 528384. OLE color: 528384.

HSL color Cylindrical-coordinate representation of color #001008: hue angle of 150º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001008 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.94.

Color convert

RGB 0 16 8 -
CMYK 1 0 0.50 0.94
HSL 150º 1% 0.03% -
HSV(B) 150º 1% 0.06% -
XYZ 0.23 0.39 0.29 -
YUV 10.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 0 16 8 1 0 0.50 0.94 150 1 0.03
Hex 0 10 8 64 0 32 5E 96 64 3
Octal 0 20 10 144 0 62 136 226 144 3
Binary 0 10000 1000 1100100 0 110010 1011110 10010110 1100100 11

Color Harmonies of #001008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001008

Black with #001008

Text Example


Text Example

White with #001008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001008; }

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

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

background-color css

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

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

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

border-color css

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

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

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