#001A1B

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

Shades of Dark Green #001A1B

Tints of Dark Green #001A1B

Color information

#001A1B (or 0x001A1B) is unknown color: approx Dark Green. HEX triplet: 00, 1A and 1B. RGB value is (0,26,27). Sum of RGB (Red+Green+Blue) = 0+26+27=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 26 (10.55% from 255 or 49.06% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #001A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A1B is #FFE5E4. Grayscale: #121212. Windows color (decimal): -16770533 or 1776128. OLE color: 1776128.

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

Color convert

RGB02627-
CMYK10.0400.89
HSL182.22º100%5.29%-
HSV(B)182.22º100%10.59%-
XYZ0.570.821.16-
YUV18.34132.89114.92-

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) = 49.06%
BLUE value IS 27 (10.94% from 255) = 50.94%
R=0%
G=49.06%
B=50.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0262710.0400.89182.221005.29
Hex01A1B644059b6645
Octal03233144401312661445
Binary01101011011110010010001011001101101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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