#010D05

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

Shades of Dark Green #010D05

Tints of Dark Green #010D05

Color information

#010D05 (or 0x010D05) is unknown color: approx Dark Green. HEX triplet: 01, 0D and 05. RGB value is (1,13,5). Sum of RGB (Red+Green+Blue) = 1+13+5=19 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.26% from 19); Green value is 13 (5.47% from 255 or 68.42% from 19); Blue value is 5 (2.34% from 255 or 26.32% from 19); Max value from RGB is 13 - color contains mainly: green. Hex color #010D05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D05 is #FEF2FA. Grayscale: #080808. Windows color (decimal): -16708347 or 331009. OLE color: 331009.

HSL color Cylindrical-coordinate representation of color #010D05: hue angle of 140º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #010D05 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.95.

Color convert

RGB1135-
CMYK0.9200.620.95
HSL140º85.71%2.75%-
HSV(B)140º92.31%5.1%-
XYZ0.180.310.19-
YUV8.5126.02122.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5.26%
GREEN value IS 13 (5.47% from 255) = 68.42%
BLUE value IS 5 (2.34% from 255) = 26.32%
R=5.26%
G=68.42%
B=26.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal11350.9200.620.9514085.712.75
Hex1D55C03E5F8c563
Octal11551340761372141263
Binary1110110110111000111110101111110001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010D05; }

 p { color: rgb(1,13,5); }

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

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

 a { background-color: rgb(1,13,5); }

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

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

 span { border-color: rgb(1,13,5); }

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