#202314

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

Shades of Green Waterloo #202314

Tints of Green Waterloo #202314

Color information

#202314 (or 0x202314) is unknown color: approx Green Waterloo. HEX triplet: 20, 23 and 14. RGB value is (32,35,20). Sum of RGB (Red+Green+Blue) = 32+35+20=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 35 - color contains mainly: green. Hex color #202314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202314 is #DFDCEB. Grayscale: #202020. Windows color (decimal): -14671084 or 1319712. OLE color: 1319712.

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

Color convert

RGB323520-
CMYK0.0900.430.86
HSL72º27.27%10.78%-
HSV(B)72º42.86%13.73%-
XYZ1.321.560.89-
YUV32.39121.01127.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.78%
GREEN value IS 35 (14.06% from 255) = 40.23%
BLUE value IS 20 (8.20% from 255) = 22.99%
R=36.78%
G=40.23%
B=22.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3235200.0900.430.867227.2710.78
Hex202314902B56481bb
Octal404324110531261103313
Binary100000100011101001001010101110101101001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202314; }

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

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

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

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

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

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

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

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