#001A00

Color #001A00 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #001A00

Tints of Black Bean #001A00

Color information

#001A00 (or 0x001A00) is unknown color: approx Black Bean. HEX triplet: 00, 1A and 00. RGB value is (0,26,0). Sum of RGB (Red+Green+Blue) = 0+26+0=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 26 (10.55% from 255 or 100% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 26 - color contains mainly: green. Hex color #001A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A00 is #FFE5FF. Grayscale: #0F0F0F. Windows color (decimal): -16770560 or 6656. OLE color: 6656.

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

Color convert

RGB0260-
CMYK1010.90
HSL120º100%5.1%-
HSV(B)120º100%10.2%-
XYZ0.370.740.12-
YUV15.26119.39117.11-

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) = 100%
BLUE value IS 0 (0.39% from 255) = 0%
R=0%
G=100%
B=0%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal02601010.901201005.1
Hex01A0640645A78645
Octal032014401441321701445
Binary0110100110010001100100101101011110001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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