#001A0C

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

Shades of Dark Green #001A0C

Tints of Dark Green #001A0C

Color information

#001A0C (or 0x001A0C) is unknown color: approx Dark Green. HEX triplet: 00, 1A and 0C. RGB value is (0,26,12). Sum of RGB (Red+Green+Blue) = 0+26+12=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 26 (10.55% from 255 or 68.42% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 26 - color contains mainly: green. Hex color #001A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A0C is #FFE5F3. Grayscale: #101010. Windows color (decimal): -16770548 or 793088. OLE color: 793088.

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

Color convert

RGB02612-
CMYK100.540.90
HSL147.69º100%5.1%-
HSV(B)147.69º100%10.2%-
XYZ0.440.770.47-
YUV16.63125.39116.14-

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) = 68.42%
BLUE value IS 12 (5.08% from 255) = 31.58%
R=0%
G=68.42%
B=31.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal02612100.540.90147.691005.1
Hex01AC640365A94645
Octal032141440661322241445
Binary0110101100110010001101101011010100101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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