#001B1B

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

Shades of Dark Green #001B1B

Tints of Dark Green #001B1B

Color information

#001B1B (or 0x001B1B) is unknown color: approx Dark Green. HEX triplet: 00, 1B and 1B. RGB value is (0,27,27). Sum of RGB (Red+Green+Blue) = 0+27+27=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: green, blue. Hex color #001B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B1B is #FFE4E4. Grayscale: #121212. Windows color (decimal): -16770277 or 1776384. OLE color: 1776384.

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

Color convert

RGB02727-
CMYK1000.89
HSL180º100%5.29%-
HSV(B)180º100%10.59%-
XYZ0.590.861.17-
YUV18.93132.55114.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 27 (10.94% from 255) = 50%
BLUE value IS 27 (10.94% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal027271000.891801005.29
Hex01B1B640059b4645
Octal03333144001312641445
Binary011011110111100100001011001101101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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