#161C02

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

Shades of Green Waterloo #161C02

Tints of Green Waterloo #161C02

Color information

#161C02 (or 0x161C02) is unknown color: approx Green Waterloo. HEX triplet: 16, 1C and 02. RGB value is (22,28,2). Sum of RGB (Red+Green+Blue) = 22+28+2=52 (6% of max value = 765). Red value is 22 (8.98% from 255 or 42.31% from 52); Green value is 28 (11.33% from 255 or 53.85% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 28 - color contains mainly: green. Hex color #161C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161C02 is #E9E3FD. Grayscale: #171717. Windows color (decimal): -15328254 or 138262. OLE color: 138262.

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

Color convert

RGB22282-
CMYK0.2100.930.89
HSL73.85º86.67%5.88%-
HSV(B)73.85º92.86%10.98%-
XYZ0.761.010.21-
YUV23.24116.01127.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 42.31%
GREEN value IS 28 (11.33% from 255) = 53.85%
BLUE value IS 2 (1.17% from 255) = 3.85%
R=42.31%
G=53.85%
B=3.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal222820.2100.930.8973.8586.675.88
Hex161C21505D594a576
Octal263422501351311121276
Binary1011011100101010101011101101100110010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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