#161B01

Color #161B01 Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #161B01

Tints of Green Waterloo #161B01

Color information

#161B01 (or 0x161B01) is unknown color: approx Green Waterloo. HEX triplet: 16, 1B and 01. RGB value is (22,27,1). Sum of RGB (Red+Green+Blue) = 22+27+1=50 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44% from 50); Green value is 27 (10.94% from 255 or 54% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 27 - color contains mainly: green. Hex color #161B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161B01 is #E9E4FE. Grayscale: #161616. Windows color (decimal): -15328511 or 72470. OLE color: 72470.

HSL color Cylindrical-coordinate representation of color #161B01: hue angle of 71.54º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #161B01 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.

Color convert

RGB22271-
CMYK0.1900.960.89
HSL71.54º92.86%5.49%-
HSV(B)71.54º96.3%10.59%-
XYZ0.730.960.17-
YUV22.54115.84127.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 44%
GREEN value IS 27 (10.94% from 255) = 54%
BLUE value IS 1 (0.78% from 255) = 2%
R=44%
G=54%
B=2%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal222710.1900.960.8971.5492.865.49
Hex161B11306059485d5
Octal263312301401311101355
Binary101101101111001101100000101100110010001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161B01; }

 p { color: rgb(22,27,1); }

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

<style>
 a { background-color: #161B01; }

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

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

<style>
 span { border-color: #161B01; }

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

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