#202312

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

Shades of Green Waterloo #202312

Tints of Green Waterloo #202312

Color information

#202312 (or 0x202312) is unknown color: approx Green Waterloo. HEX triplet: 20, 23 and 12. RGB value is (32,35,18). Sum of RGB (Red+Green+Blue) = 32+35+18=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 35 - color contains mainly: green. Hex color #202312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202312 is #DFDCED. Grayscale: #202020. Windows color (decimal): -14671086 or 1188640. OLE color: 1188640.

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

Color convert

RGB323518-
CMYK0.0900.490.86
HSL70.59º32.08%10.39%-
HSV(B)70.59º48.57%13.73%-
XYZ1.311.550.8-
YUV32.16120.01127.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.65%
GREEN value IS 35 (14.06% from 255) = 41.18%
BLUE value IS 18 (7.42% from 255) = 21.18%
R=37.65%
G=41.18%
B=21.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3235180.0900.490.8670.5932.0810.39
Hex2023129031564720a
Octal404322110611261074012
Binary1000001000111001010010110001101011010001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202312; }

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

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

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

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

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

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

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

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