#161C00

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

Shades of Green Waterloo #161C00

Tints of Green Waterloo #161C00

Color information

#161C00 (or 0x161C00) is unknown color: approx Green Waterloo. HEX triplet: 16, 1C and 00. RGB value is (22,28,0). Sum of RGB (Red+Green+Blue) = 22+28+0=50 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44% from 50); Green value is 28 (11.33% from 255 or 56% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 28 - color contains mainly: green. Hex color #161C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161C00 is #E9E3FF. Grayscale: #171717. Windows color (decimal): -15328256 or 7190. OLE color: 7190.

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

Color convert

RGB22280-
CMYK0.21010.89
HSL72.86º100%5.49%-
HSV(B)72.86º100%10.98%-
XYZ0.7510.15-
YUV23.01115.01127.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 44%
GREEN value IS 28 (11.33% from 255) = 56%
BLUE value IS 0 (0.39% from 255) = 0%
R=44%
G=56%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal222800.21010.8972.861005.49
Hex161C0150645949645
Octal263402501441311111445
Binary101101110001010101100100101100110010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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