Html Css Color HEX #161C01 Green Waterloo

📋 copy color: '#161C01'

red 22 ◦ green 28 ◦ blue 1

#161C01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #161C01

Tints of Green Waterloo #161C01

RGB

 RED value IS 22 (8.98% from 255) = 43.14%

 GREEN value IS 28 (11.33% from 255) = 54.9%

 BLUE value IS 1 (0.78% from 255) = 1.96%

R = 43.14%
G = 54.9%
B = 1.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.89

RGB Variations

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

Color information

#161C01 (or 0x161C01) is known color: Green Waterloo. HEX triplet: 16, 1C and 01. RGB value is (22,28,1). Sum of RGB (Red+Green+Blue) = 22+28+1=51 (6% of max value = 765). Red value is 22 (8.98% from 255 or 43.14% from 51); Green value is 28 (11.33% from 255 or 54.90% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 28 - color contains mainly: green. Hex color #161C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161C01 is #E9E3FE. Grayscale: #171717. Windows color (decimal): -15328255 or 72726. OLE color: 72726.

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

Color convert

RGB 22 28 1 -
CMYK 0.21 0 0.96 0.89
HSL 73.33º 0.93% 0.06% -
HSV(B) 73.33º 0.96% 0.11% -
XYZ 0.75 1 0.18 -
YUV 23.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 22 28 1 0.21 0 0.96 0.89 73.33 0.93 0.06
Hex 16 1C 1 15 0 60 59 49 5D 6
Octal 26 34 1 25 0 140 131 111 135 6
Binary 10110 11100 1 10101 0 1100000 1011001 1001001 1011101 110

Color Harmonies of #161C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161C01

Black with #161C01

Text Example


Text Example

White with #161C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #161C01;
 }
 .AnyTagClassName
 {
   color: #161C01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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