#001805

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

Shades of Dark Green #001805

Tints of Dark Green #001805

Color information

#001805 (or 0x001805) is unknown color: approx Dark Green. HEX triplet: 00, 18 and 05. RGB value is (0,24,5). Sum of RGB (Red+Green+Blue) = 0+24+5=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 24 (9.77% from 255 or 82.76% from 29); Blue value is 5 (2.34% from 255 or 17.24% from 29); Max value from RGB is 24 - color contains mainly: green. Hex color #001805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001805 is #FFE7FA. Grayscale: #0E0E0E. Windows color (decimal): -16771067 or 333824. OLE color: 333824.

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

Color convert

RGB0245-
CMYK100.790.91
HSL132.5º100%4.71%-
HSV(B)132.5º100%9.41%-
XYZ0.350.660.25-
YUV14.66122.55117.54-

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) = 82.76%
BLUE value IS 5 (2.34% from 255) = 17.24%
R=0%
G=82.76%
B=17.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0245100.790.91132.51004.71
Hex01856404F5B84645
Octal030514401171332041445
Binary0110001011100100010011111011011100001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001805; }

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

 H1.HeaderClassName
 {
   color: #001805;
 }
 .AnyTagClassName
 {
   color: #001805;
 }
</style>
background-color css

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

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

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

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

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

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