#001808

Color #001808 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #001808

Tints of Dark Green #001808

Color information

#001808 (or 0x001808) is unknown color: approx 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

RGB0248-
CMYK100.670.91
HSL140º100%4.71%-
HSV(B)140º100%9.41%-
XYZ0.370.670.34-
YUV15124.05117.3-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0248100.670.911401004.71
Hex0188640435B8c645
Octal0301014401031332141445
Binary01100010001100100010000111011011100011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>