Html Css Color HEX #001808 Dark Green

📋 copy color: '#001808'

red 0 ◦ green 24 ◦ blue 8

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

Shades of Dark Green #001808

Tints of Dark Green #001808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 75%

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

R = 0%
G = 75%
B = 25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.91

RGB Variations

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

Color information

#001808 (or 0x001808) is known color: Dark Green. HEX triplet: 00, 18 and 08. RGB value is (0,24,8). Sum of RGB (Red+Green+Blue) = 0+24+8=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 24 (9.77% from 255 or 75% from 32); Blue value is 8 (3.52% from 255 or 25% from 32); Max value from RGB is 24 - color contains mainly: green. Hex color #001808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001808 is #FFE7F7. Grayscale: #0F0F0F. Windows color (decimal): -16771064 or 530432. OLE color: 530432.

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

Color convert

RGB 0 24 8 -
CMYK 1 0 0.67 0.91
HSL 140º 1% 0.05% -
HSV(B) 140º 1% 0.09% -
XYZ 0.37 0.67 0.34 -
YUV 15 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 0 24 8 1 0 0.67 0.91 140 1 0.05
Hex 0 18 8 64 0 43 5B 8C 64 5
Octal 0 30 10 144 0 103 133 214 144 5
Binary 0 11000 1000 1100100 0 1000011 1011011 10001100 1100100 101

Color Harmonies of #001808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001808

Black with #001808

Text Example


Text Example

White with #001808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001808; }

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

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

background-color css

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

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

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

border-color css

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

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

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