#001005

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

Shades of Dark Green #001005

Tints of Dark Green #001005

Color information

#001005 (or 0x001005) is unknown color: approx Dark Green. HEX triplet: 00, 10 and 05. RGB value is (0,16,5). Sum of RGB (Red+Green+Blue) = 0+16+5=21 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 21); Green value is 16 (6.64% from 255 or 76.19% from 21); Blue value is 5 (2.34% from 255 or 23.81% from 21); Max value from RGB is 16 - color contains mainly: green. Hex color #001005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001005 is #FFEFFA. Grayscale: #090909. Windows color (decimal): -16773115 or 331776. OLE color: 331776.

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

Color convert

RGB0165-
CMYK100.690.94
HSL138.75º100%3.14%-
HSV(B)138.75º100%6.27%-
XYZ0.210.380.21-
YUV9.96125.2120.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 76.19%
BLUE value IS 5 (2.34% from 255) = 23.81%
R=0%
G=76.19%
B=23.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal0165100.690.94138.751003.14
Hex0105640455E8b643
Octal020514401051362131443
Binary010000101110010001000101101111010001011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001005; }

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

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

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

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

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

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

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

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