#202115

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

Shades of Green Waterloo #202115

Tints of Green Waterloo #202115

Color information

#202115 (or 0x202115) is unknown color: approx Green Waterloo. HEX triplet: 20, 21 and 15. RGB value is (32,33,21). Sum of RGB (Red+Green+Blue) = 32+33+21=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 33 - color contains mainly: green. Hex color #202115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202115 is #DFDEEA. Grayscale: #1F1F1F. Windows color (decimal): -14671595 or 1384736. OLE color: 1384736.

HSL color Cylindrical-coordinate representation of color #202115: hue angle of 65º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #202115 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.87.

Color convert

RGB323321-
CMYK0.0300.360.87
HSL65º22.22%10.59%-
HSV(B)65º36.36%12.94%-
XYZ1.271.450.92-
YUV31.33122.17128.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.21%
GREEN value IS 33 (13.28% from 255) = 38.37%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=37.21%
G=38.37%
B=24.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3233210.0300.360.876522.2210.59
Hex2021153024574116b
Octal40412530441271012613
Binary1000001000011010111010010010101111000001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202115; }

 p { color: rgb(32,33,21); }

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

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

 a { background-color: rgb(32,33,21); }

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

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

 span { border-color: rgb(32,33,21); }

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