#161C03

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

Shades of Green Waterloo #161C03

Tints of Green Waterloo #161C03

Color information

#161C03 (or 0x161C03) is unknown color: approx Green Waterloo. HEX triplet: 16, 1C and 03. RGB value is (22,28,3). Sum of RGB (Red+Green+Blue) = 22+28+3=53 (7% of max value = 765). Red value is 22 (8.98% from 255 or 41.51% from 53); Green value is 28 (11.33% from 255 or 52.83% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 28 - color contains mainly: green. Hex color #161C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161C03 is #E9E3FC. Grayscale: #171717. Windows color (decimal): -15328253 or 203798. OLE color: 203798.

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

Color convert

RGB22283-
CMYK0.2100.890.89
HSL74.4º80.65%6.08%-
HSV(B)74.4º89.29%10.98%-
XYZ0.761.010.24-
YUV23.36116.51127.03-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 41.51%
GREEN value IS 28 (11.33% from 255) = 52.83%
BLUE value IS 3 (1.56% from 255) = 5.66%
R=41.51%
G=52.83%
B=5.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal222830.2100.890.8974.480.656.08
Hex161C315059594a516
Octal263432501311311121216
Binary1011011100111010101011001101100110010101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,28,3); }

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

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

 a { background-color: rgb(22,28,3); }

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

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

 span { border-color: rgb(22,28,3); }

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