#001B06

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

Shades of Dark Green #001B06

Tints of Dark Green #001B06

Color information

#001B06 (or 0x001B06) is unknown color: approx Dark Green. HEX triplet: 00, 1B and 06. RGB value is (0,27,6). Sum of RGB (Red+Green+Blue) = 0+27+6=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 27 (10.94% from 255 or 81.82% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 27 - color contains mainly: green. Hex color #001B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001B06 is #FFE4F9. Grayscale: #101010. Windows color (decimal): -16770298 or 400128. OLE color: 400128.

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

Color convert

RGB0276-
CMYK100.780.89
HSL133.33º100%5.29%-
HSV(B)133.33º100%10.59%-
XYZ0.420.80.3-
YUV16.53122.05116.21-

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) = 81.82%
BLUE value IS 6 (2.73% from 255) = 18.18%
R=0%
G=81.82%
B=18.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0276100.780.89133.331005.29
Hex01B66404E5985645
Octal033614401161312051445
Binary0110111101100100010011101011001100001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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