#161B02

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

Shades of Green Waterloo #161B02

Tints of Green Waterloo #161B02

Color information

#161B02 (or 0x161B02) is unknown color: approx Green Waterloo. HEX triplet: 16, 1B and 02. RGB value is (22,27,2). Sum of RGB (Red+Green+Blue) = 22+27+2=51 (6% of max value = 765). Red value is 22 (8.98% from 255 or 43.14% from 51); Green value is 27 (10.94% from 255 or 52.94% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 27 - color contains mainly: green. Hex color #161B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161B02 is #E9E4FD. Grayscale: #161616. Windows color (decimal): -15328510 or 138006. OLE color: 138006.

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

Color convert

RGB22272-
CMYK0.1900.930.89
HSL72º86.21%5.69%-
HSV(B)72º92.59%10.59%-
XYZ0.730.960.2-
YUV22.66116.34127.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 43.14%
GREEN value IS 27 (10.94% from 255) = 52.94%
BLUE value IS 2 (1.17% from 255) = 3.92%
R=43.14%
G=52.94%
B=3.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal222720.1900.930.897286.215.69
Hex161B21305D5948566
Octal263322301351311101266
Binary1011011011101001101011101101100110010001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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