#161D00

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

Shades of Green Waterloo #161D00

Tints of Green Waterloo #161D00

Color information

#161D00 (or 0x161D00) is unknown color: approx Green Waterloo. HEX triplet: 16, 1D and 00. RGB value is (22,29,0). Sum of RGB (Red+Green+Blue) = 22+29+0=51 (6% of max value = 765). Red value is 22 (8.98% from 255 or 43.14% from 51); Green value is 29 (11.72% from 255 or 56.86% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 29 - color contains mainly: green. Hex color #161D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161D00 is #E9E2FF. Grayscale: #171717. Windows color (decimal): -15328000 or 7446. OLE color: 7446.

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

Color convert

RGB22290-
CMYK0.24010.89
HSL74.48º100%5.69%-
HSV(B)74.48º100%11.37%-
XYZ0.771.050.16-
YUV23.6114.68126.86-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 43.14%
GREEN value IS 29 (11.72% from 255) = 56.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.14%
G=56.86%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal222900.24010.8974.481005.69
Hex161D018064594a646
Octal263503001441311121446
Binary101101110101100001100100101100110010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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