#202311

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

Shades of Green Waterloo #202311

Tints of Green Waterloo #202311

Color information

#202311 (or 0x202311) is unknown color: approx Green Waterloo. HEX triplet: 20, 23 and 11. RGB value is (32,35,17). Sum of RGB (Red+Green+Blue) = 32+35+17=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 35 - color contains mainly: green. Hex color #202311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202311 is #DFDCEE. Grayscale: #202020. Windows color (decimal): -14671087 or 1123104. OLE color: 1123104.

HSL color Cylindrical-coordinate representation of color #202311: hue angle of 70º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #202311 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.86.

Color convert

RGB323517-
CMYK0.0900.510.86
HSL70º34.62%10.2%-
HSV(B)70º51.43%13.73%-
XYZ1.31.550.76-
YUV32.05119.51127.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.10%
GREEN value IS 35 (14.06% from 255) = 41.67%
BLUE value IS 17 (7.03% from 255) = 20.24%
R=38.10%
G=41.67%
B=20.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3235170.0900.510.867034.6210.2
Hex2023119033564623a
Octal404321110631261064312
Binary1000001000111000110010110011101011010001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202311; }

 p { color: rgb(32,35,17); }

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

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

 a { background-color: rgb(32,35,17); }

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

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

 span { border-color: rgb(32,35,17); }

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