#001A05

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

Shades of Dark Green #001A05

Tints of Dark Green #001A05

Color information

#001A05 (or 0x001A05) is unknown color: approx Dark Green. HEX triplet: 00, 1A and 05. RGB value is (0,26,5). Sum of RGB (Red+Green+Blue) = 0+26+5=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 26 (10.55% from 255 or 83.87% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 26 - color contains mainly: green. Hex color #001A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A05 is #FFE5FA. Grayscale: #0F0F0F. Windows color (decimal): -16770555 or 334336. OLE color: 334336.

HSL color Cylindrical-coordinate representation of color #001A05: hue angle of 131.54º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A05 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.90.

Color convert

RGB0265-
CMYK100.810.90
HSL131.54º100%5.1%-
HSV(B)131.54º100%10.2%-
XYZ0.40.750.27-
YUV15.83121.89116.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 83.87%
BLUE value IS 5 (2.34% from 255) = 16.13%
R=0%
G=83.87%
B=16.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0265100.810.90131.541005.1
Hex01A5640515A84645
Octal032514401211322041445
Binary0110101011100100010100011011010100001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001A05; }

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

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

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

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

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

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

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

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