#001A0D

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

Shades of Dark Green #001A0D

Tints of Dark Green #001A0D

Color information

#001A0D (or 0x001A0D) is unknown color: approx Dark Green. HEX triplet: 00, 1A and 0D. RGB value is (0,26,13). Sum of RGB (Red+Green+Blue) = 0+26+13=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 26 (10.55% from 255 or 66.67% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 26 - color contains mainly: green. Hex color #001A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A0D is #FFE5F2. Grayscale: #101010. Windows color (decimal): -16770547 or 858624. OLE color: 858624.

HSL color Cylindrical-coordinate representation of color #001A0D: hue angle of 150º 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 #001A0D is Cyan = 1, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.90.

Color convert

RGB02613-
CMYK100.50.90
HSL150º100%5.1%-
HSV(B)150º100%10.2%-
XYZ0.440.770.51-
YUV16.74125.89116.06-

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) = 66.67%
BLUE value IS 13 (5.47% from 255) = 33.33%
R=0%
G=66.67%
B=33.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal02613100.50.901501005.1
Hex01AD640325A96645
Octal032151440621322261445
Binary0110101101110010001100101011010100101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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